pyjs / pyjs

Pyjs canonical sources. Start here!
http://pyjs.org/
Apache License 2.0
1.14k stars 214 forks source link

implementation of dict, in python #570

Closed pyjsorg closed 12 years ago

pyjsorg commented 12 years ago

http://pybites.blogspot.com/2008/10/pure-python-dictionary-implementation.html

Original issue: http://code.google.com/p/pyjamas/issues/detail?id=148 (April 08, 2009 18:08:29)

pyjsorg commented 12 years ago

From luke.lei...@gmail.com on July 09, 2009 22:16:34: is this worth looking at using in pyjamas?

pyjsorg commented 12 years ago

From luke.lei...@gmail.com on July 11, 2009 12:15:44: would make things too slow. JS implementation is better.