From ab0115291d606f3a9aeb96f3570ce68193efe6a8 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Sun, 14 Apr 2024 19:43:58 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E8=AF=B4=E6=98=8E=E4=BF=AE=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9423aa5..a25ea47 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ Build ----- $ rebar3 compile + +说明 +---- + eALock 基于atmoics + eELock 基于Ets表 + 大部分情况下 两个的性能差不多 本来atmoics 是要快很多的 但是里面进行了额外一次ets插入删除 导致性能跟ets实现的差不多了 \ No newline at end of file