Skip to content

0.1.0

Compare
Choose a tag to compare
@arindas arindas released this 21 Aug 14:52
· 17 commits to main since this release
6265503

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