#set #map #data #vec-based

vecmap

Vec-based Map and Set data structures

1 unstable release

0.1.0 Apr 17, 2020

#370 in #map

MIT license

7KB
154 lines

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.

No runtime deps