Skip to content

JayceFayne/vec-btree-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vec-btree-map   Action Badge Version Badge License Badge

Basically just a sorted Vec that can be used as a HashMap.

Why?

This library is meant for building data structures that you iterate over a lot but don't change much. Why not just use a HashMap? Iterating over a HashMap is slow and the iteration order is not guaranteed to be stable.

Contributing

If you find any errors or just want to add a new feature feel free to submit a PR.

About

Basically just a sorted Vec that can be used as a HashMap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages