On 21 Feb., 18:28, John Nagle <na... at animats.com> wrote: > The run-time data implementation is all dictionaries. In Python, > everything is a variable-sized hash. You don't even have to allocate > storage during compile time. The run-time environment is a tree of hashes. Except that it is not.