Results
- Pen is 6 ~ 7 times slower than Rust currently...
Pen
> hyperfine -w 3 ./app
Benchmark 1: ./app
Time (mean ± σ): 274.0 ms ± 2.7 ms [User: 206.7 ms, System: 16.8 ms]
Range (min … max): 269.6 ms … 279.3 ms 10 runs
im-rs
in Rust
HashMap::insert(&mut self, k: K, v: V) -> Option<V>
test hashmap_insert_mut_100000 ... bench: 34,869,571 ns/iter (+/- 4,337,627)