Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kolinfluence authored Apr 20, 2024
1 parent 6e5a220 commit ac2399c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lru/bytes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac2399c

Please sign in to comment.