bimap-rs icon indicating copy to clipboard operation
bimap-rs copied to clipboard

Use static-rc instead of std::rc

Open billyrieger opened this issue 4 years ago • 0 comments

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.

billyrieger avatar May 05 '21 13:05 billyrieger