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
This PR adds hashing support for strings, enabling them to be used as
dictionary keys. The implementation includes a cached hash value in the
string structure and uses the FNV-1a hashing algorithm.
Code written by claude following my precise instructions, and reviewed by me.
0 commit comments