From dc454d8c04ce78e72b8e5eea340b961402d3ab41 Mon Sep 17 00:00:00 2001 From: Igor Khasilev Date: Thu, 24 Sep 2020 14:00:29 +0300 Subject: [PATCH] update README.md for bench --- bench/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bench/README.md b/bench/README.md index 25a1f3b..5e4436a 100644 --- a/bench/README.md +++ b/bench/README.md @@ -7,8 +7,8 @@ Results description: Hash table - four options: * std - dlang AA -* i.c - this package (cachetools) implementation (using Mallocator), -* i.c+GC - this package (cachetools) implementation(using GCAllocator), +* i.c - ikod.containers (using Mallocator), +* i.c+GC - ikod.containers (using GCAllocator), * emsi - emsi_containers hash map. Lists: