Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This function takes around 1.5% of the total CPU time on my instance, and most of it is spent in `mapassign_faststr` to initialize the `map`. This is replaced with a switch-case construct, that should be both significantly faster as well as pretty dull in term of memory consumption.
- Loading branch information