hamstergem / hamster

Efficient, Immutable, Thread-Safe Collection classes for Ruby
Other
1.89k stars 94 forks source link

Trie should have Immutable behavior #38

Closed krainboltgreene closed 10 years ago

krainboltgreene commented 11 years ago

Make Trie.include Immutable

alexdowad commented 10 years ago

I would suggest that since Trie is an internal, implementation-only class, and not something suitable for consumption by Hamster users (can I call them hamsters?), it doesn't need any extra APIs.