xylafur / DataStructures

Making some different Data Structures in C
0 stars 0 forks source link

Make Python-Like Dictionary #5

Open xylafur opened 7 years ago

xylafur commented 7 years ago

Adding string indexing, hopefully even template indexing.

TetroVolt commented 7 years ago

Perhaps instead of address based hashing use raw byte data hashing. Figure out how to take the raw byte data of the T element into a byte stream and process that somehow with some polynomial hash function.