Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Neat! I developed something similar back in college in JAVA - it was a ternary radix tree, and wow was that thing fast... something like only about 10% slower than HashMap for storing the entire English dictionary and looking up an arbitrary string a million times.

There were all sorts of other interesting advantages relative to hash tables since I kept it sorted... you could retrieve an element and then find five adjacent elements. Handy for something like a dictionary app etc.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: