Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T16:17:42.000Z (8 months ago)
- Last Synced: 2024-12-01T15:37:15.918Z (2 months ago)
- Topics: hashmap, utilities, utility-library, zig, zig-library, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 4.88 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.