contain-rs / hashmap2

Fork of std::collections::HashMap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider supporting stable Rust

carllerche opened this issue · comments

I got the latest code out of the rust repo compiling on stable here:

http://github.com/carllerche/hashmap3

This was done without too many hacks. I also split up HashMap from the raw hash table implementation so in theory the hash table could be used in LinkedHashMap as well for additional perf win.

cc @apasel422