boa icon indicating copy to clipboard operation
boa copied to clipboard

Extract `SmallMap` into an utility crate

Open jedel1043 opened this issue 10 months ago • 3 comments

Implementation: https://github.com/boa-dev/boa/blob/main/core/engine/src/small_map/mod.rs

jedel1043 avatar Feb 26 '25 01:02 jedel1043

Can i work on that?

countradooku avatar Mar 21 '25 20:03 countradooku

@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

jedel1043 avatar Mar 21 '25 20:03 jedel1043

thanks

countradooku avatar Mar 21 '25 21:03 countradooku