https://github.com/bcrist/zig-deephashmap
Zig std.HashMaps with deep keys
https://github.com/bcrist/zig-deephashmap
hashmap utilities utility-library zig zig-library zig-package ziglang
Last synced: 10 months ago
JSON representation
Zig std.HashMaps with deep keys
- Host: GitHub
- URL: https://github.com/bcrist/zig-deephashmap
- Owner: bcrist
- License: mit
- Created: 2023-10-28T04:43:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T02:02:24.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:35:24.094Z (about 1 year ago)
- Topics: hashmap, utilities, utility-library, zig, zig-library, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Zig-DeepHashMap
Provides versions of `AutoHashMap`, etc. that follow pointers when hashing and comparing.