billyrieger / bimap-rs

Generic bijective maps in Rust
Apache License 2.0
129 stars 26 forks source link

Use static-rc instead of std::rc #29

Open billyrieger opened 3 years ago

billyrieger commented 3 years ago

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.