Sparse sets for zig, supporting both SOA and AOS style
-
Updated
Jun 15, 2024 - Zig
8000
Sparse sets for zig, supporting both SOA and AOS style
Sparse sets with efficient traversal, joining, sorting, etc.
an unsigned integer collection with O(1) time complexity for addition, deletion, and lookup. Iteration is O(n).
Golang sparse set implementation with arbitrary data
Add a description, image, and links to the sparse-sets topic page so that developers can more easily learn about it.
To associate your repository with the sparse-sets topic, visit your repo's landing page and select "manage topics."