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