| 9d4fc724 | 28-Aug-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
Patch: Use work vectors for patch solves
Rather than making vectors for each patch, just make one big enough for the largest patch and reuse. Significantly increases performance for small patch size
Patch: Use work vectors for patch solves
Rather than making vectors for each patch, just make one big enough for the largest patch and reuse. Significantly increases performance for small patch sizes.
In addition, remove log events from inner loop (which also costs a not insignificant amount of time).
show more ...
|