8000 GitHub - atouchet/uluru: A simple, fast, LRU cache implementation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

atouchet/uluru

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uluru

A simple, fast, least-recently-used (LRU) cache implementation used for Servo's style system.

LRUCache uses a fixed-capacity array for storage. It provides O(1) insertion, and O(n) lookup. It does not require an allocator and can be used in no_std crates. It is implemented in 100% safe Rust.

About

A simple, fast, LRU cache implementation.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages publish 2EB2 ed

Languages

  • Rust 100.0%
0