v1.0.0 - Initial release

This commit is contained in:
seajee
2025-11-18 21:37:49 +01:00
parent e75b6f178b
commit 22d44bb192

2
hm.h
View File

@@ -511,8 +511,6 @@ Hm__Bucket *hm__bucket_create(const void *key, size_t key_size, const void *valu
#endif // HM_IMPLEMENTATION #endif // HM_IMPLEMENTATION
// TODO: Find a way to reduce calls to malloc
/* /*
* Revision history: * Revision history:
* *