Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kolinfluence committed Apr 20, 2024
1 parent 2d7e1ae commit 7d9a567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrux/bytes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# One of The Fastest Zero Allocation LRU Cache in Golang (for key, value pairs in []byte) - AccelruX (cxlrubytes)

# This X version has higher performance, much lower memory use, at the expense of a bit lower hit ratio
works best with keys longer than 24-32bytes
works best with keys longer than 24-32bytes, up to 4 billion keys

Welcome to the repository for one of the fastest LRU cache implementations available for Go. This LRU cache is uniquely designed to limit the memory usage directly, rather than by the number of entries. This makes it ideal for applications where the memory footprint is critical, such as in embedded systems or high-performance computing environments where resources are tightly managed.

Expand Down

0 comments on commit 7d9a567

Please sign in to comment.