ratel-rust / toolshed

Arena allocator and a handful of useful data structures
Apache License 2.0
39 stars 6 forks source link

Some additions to set and map #2

Closed eira-fransham closed 6 years ago

eira-fransham commented 6 years ago

This PR allows one to get a reference to a map's key (and by extension, a set's value). This is useful for using sets to implement string interning.

maciejhirsz commented 6 years ago

These should also have proxy implementations for BloomMap / BloomSet.