vecmap 0.1.0

Vec-based Map and Set data structures.
Documentation
  • Coverage
  • 0%
    0 out of 19 items documented0 out of 17 items with examples
  • Size
  • Source code size: 28.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 630.33 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thoren-d

vecmap

Build Status

This repository contains Vec-based implementations of Map and Set data structures, ideal for smaller collections where cache locality and compactness can enable better performance than the standard library.