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...
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...