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 stringhash is a simple tree structure where each node corresponds to a letter of a key string and a value is a nonnegative integer (-1 is used for errors, so the stored value must be nonnegative). It does not support individual key deletion. Over-writing an existing key is supported. */