boa
boa copied to clipboard
Extract `SmallMap` into an utility crate
Implementation: https://github.com/boa-dev/boa/blob/main/core/engine/src/small_map/mod.rs
Can i work on that?
@radudiaconu0 Of course! I realized the link to the existing implementation was wrong, so I updated it.
You should be able to basically do the same as https://github.com/boa-dev/boa/tree/main/utils/tag_ptr
thanks