class Hamster::Trie

def index_for(key)

def index_for(key)
  (key.hash.abs >> @significant_bits) & 31
end