optimizations #13
Loading…
Reference in a new issue
No description provided.
Delete branch "artemis/breezewiki:optimizations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
couple string handling optimizations i found with the flamegraph stuff. it helps a lil bit. minecraft/Block goes from 650 to 350ms on my machine.
Really helpful, thanks!! I manually merged this into
3f1946a
andf5529ed
.I also added my own commit
ba6c5be
which optimises the pre-processing regular expression a fair bit, but that step is still very slow, and it would be better for me to fix it in the html-parsing library since I've already vendored that. Will have to do this at some point...Pull request closed