|
|
|
|
|
by thesz
2433 days ago
|
|
Dicts are implemented using hash tables and thus slow on pass to procedure that modify them. I had to switch to Python and then C when I encountered quadratic runtime using dicts. I hope they will use something like hash-array-mapped trees someday. It will make things much faster. |
|