Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 278 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 278 Bytes

I got inspired by this blog post and implemented a fixed-size sparse set, removing the need for vectors, because everything is allocated on the sparse set creation, you should allocate on the heap when using a large set.