You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For elegance and efficiency, we should probably change the datastructure for aliases from a linked list of structs to a hashmap<char *key, char *value>
As far as I know, there's no native support in libc for hashmaps. We should probably look to an optimized GPL licensed hashmap implementation and include it in the project...
The text was updated successfully, but these errors were encountered:
For elegance and efficiency, we should probably change the datastructure for aliases from a linked list of structs to a hashmap<char *key, char *value>
As far as I know, there's no native support in
libc
for hashmaps. We should probably look to an optimized GPL licensed hashmap implementation and include it in the project...The text was updated successfully, but these errors were encountered: