Commit Graph

3 Commits

Author SHA1 Message Date
b7da91ac93 object: hashmap: implement integer-based hashmap keys
rather than always interpreting a b_hashmap_key as a buffer to be hashed,
b_hashmap can now be told to consider the value of the key_data pointer itself
as the key, treating it as a buffer of size sizeof(void*).
2025-09-22 10:48:05 +01:00
579a9e8505 object: hashmap: implement key/value destructors 2025-06-27 21:46:55 +01:00
fa6ebe6a84 add object module from corelib 2024-10-24 19:24:54 +01:00