|
669bf3a28b
|
hash_map_insert(): Added parameter 'update' to specify if the value of an existing key should be updated +
hash_map_remove(): Added parameter 'value' to return the value that was associated with the deleted key (optional).
|
2022-12-04 21:47:44 +01:00 |
|
|
466a502adf
|
Optimized hash computation.
|
2022-12-02 14:50:37 +01:00 |
|
|
89a93098d8
|
Small improvement to hash computation.
|
2022-12-02 01:40:50 +01:00 |
|
|
0e9434d939
|
Tweak the hash computation using an application-defined "seed" value.
|
2022-12-01 23:44:45 +01:00 |
|
|
3c513a66fc
|
Fixed a warning.
|
2022-12-01 20:04:30 +01:00 |
|
|
b61e89cc5f
|
Updated README file.
|
2022-12-01 18:37:11 +01:00 |
|
|
82b16fb608
|
Added support for 16-Bit data types.
|
2022-12-01 16:06:12 +01:00 |
|
|
c4a98bfb48
|
Re-organized "example" and "test" projects.
|
2022-11-30 14:43:01 +01:00 |
|
|
aa8d45936c
|
Map support has been implemented.
|
2022-11-29 21:30:19 +01:00 |
|