SkillAgentSearch skills...

Uluru

A simple, fast, LRU cache implementation.

Install / Use

/learn @servo/Uluru
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars215
CategoryDevelopment
Updated18d ago
Forks22

Languages

Rust

Security Score

95/100

Audited on Mar 15, 2026

No findings