Skip to content

Initial Release of the generally Hash-compatible Splay Tree Map for Crystal

Compare
Choose a tag to compare
@wyhaines wyhaines released this 02 Nov 20:56
· 44 commits to main since this release

This is the first release of this data structure as a standalone library. It provides a generally Hash-compatible data structure for Crystal that supports key/value looking, all of the convenience methods of a Hash, and can easily be size restricted with deletion of the data that is generally least utilized, making it a nice data structure for a cache.