Skip to content

Commit cc43937

Browse files
docs: update readme
1 parent 08cf418 commit cc43937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ into a useful toolkit.
1313
| Name | Description |
1414
| -------------------------------------------------- | --------------------------------------------------------------------------- |
1515
| [`thing.FixedBufferDualList`](./src/dual_list.zig) | Dual-headed linked list for resource IDs allocation (active/available) |
16+
| [`thing.HashGrid2`](./src/hash_grid.zig) | 2D hash grid spatial indexing & neighborhood query |
1617
| [`thing.ndarray`](./src/ndarray.zig) | Generic nD-Array base implementation |
1718
| [`thing.random`](./src/random.zig) | Additional `std.rand.Random`-compatible PRNGs and related utilities. |
1819
| [`thing.vectors`](./doc/vectors.md) | SIMD-based generic vector type & operations (incl. type specific additions) |

0 commit comments

Comments
 (0)