From ac2399c7e97f19f5763cdf5fde6826b4cfb00dca Mon Sep 17 00:00:00 2001 From: Kol Influence <104323920+kolinfluence@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:16:48 -0400 Subject: [PATCH] Update README.md --- lru/bytes/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/lru/bytes/README.md b/lru/bytes/README.md index c9b41c6..7235f8e 100644 --- a/lru/bytes/README.md +++ b/lru/bytes/README.md @@ -185,7 +185,6 @@ func main() { 4. up to 2^63/2 keys for 64 bit system and 2 billion items for 32 bit systems. (not tested on 32bit though, if u need this feature and it doesnt work, drop an issue. will see how to fix for u) # Roadmap / Todo -- will be changing to Set instead of Put soon - add more types / generic types, generic version is here, performance is kind of sad but usable. will improve. https://github.com/cloudxaas/gocache/tree/main/lru - maybe use a swiss map