Mellow-Programming-Language / Mellow

The Mellow Programming Language
MIT License
7 stars 2 forks source link

Implement a hashing function for strings #85

Open CollinReeser opened 8 years ago

CollinReeser commented 8 years ago

Strings are likely to be by far the most common keys in a map, and likely to be very common elements in sets. This issue tracks the implementation of the string hashing function to be used with the hash-table backend to be used to support maps and sets.