Releases: arindas/generational-cache
Releases · arindas/generational-cache
0.2.2
What's Changed
- chore: updates documentation for map, lru_cache and vector modules by @arindas in #8
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- docs: adds documentation for arena, list and lru_cache modules by @arindas in #7
Full Changelog: 0.2.0...0.2.1
0.1.2
What's Changed
- feat: adds reserve APIs for vector, arena, list, cache by @arindas in #5
Full Changelog: 0.1.1...0.1.2
0.1.1
Release 0.1.1
- Adds tests to validate vector capacity invariants
- Improves documentation on Arena
0.1.0
Release 0.1.0
- Provides generic traits for Vector and Map with fallible operations
- Implements a generational arena using these traits
- Implements a linked list using the generational arena
- Implements an LRU cache using the linked list