Closed grahame closed 6 years ago
Speed up export:
.index
.format
Overall this code is now about 15 times faster
Speed up export:
.index
rather than a dictionary for lookups in arrays with thousands of elements.format
in a busy loop, quite a large speedup by swapping to string primitivesOverall this code is now about 15 times faster