bimap-rs
bimap-rs copied to clipboard
Use static-rc instead of std::rc
The internal references in a BiMap are limited to exactly two pointers per value, one for each map. I think it's possible to convert to compile-time reference counting which should give some (minor) performance gains.