I previously wrote about my BetaCode to Unicode script which used a Trie.
A Trie acts like a dictionary but it allows you to match on longest prefix as well as exact matches.
I've now pulled out the Trie datastructure and made it available standalone at http://jtauber.com/2005/02/trie.py
I welcome any comments on how to improve it.
by : Created on Feb. 10, 2005 : Last modified Feb. 10, 2005 : (permalink)
Back on the 23rd January, I switched jtauber.com over to a new version of Leonardo that:
What effect did this have on bandwidth? I think the results speak for themselves:

by : Created on Feb. 10, 2005 : Last modified Feb. 10, 2005 : (permalink)