small-map 0.1.5

An inline SIMD accelerated hashmap designed for small amount of data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Guide to Benchmark

Command:

```bash
RUSTFLAGS="-C target-cpu=native" cargo bench --bench simple
```

Result can be found under `target/criterion/simple`.

To generate the chart link shown in README, run:

```bash
cd benches
./gen_charts.sh
```