Re: Speeding up 'dictionary' search
- Posted by mattlewis (admin) Jul 20, 2016
- 1491 views
ghaberek said...
This is exactly what a map is for.
I would add that we updated the implementation for 4.1. It's now based on the same algorithm as python's dict object and is definitely faster than the original implementation.
Matt