Back to search
A set of optimizations of a Mandelbrot Set for x86-64 generator that gives ~8x speed improvement over the basic loop. This is designed to go with https://orange-kiwi.com/optimization-example-mandelbrot-part-1/
Stars
3
Forks
0
Watchers
3
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Integer comparisons to even out the port pressure: 2-3% faster
05f705dView on GitHubEliminated 1 uop from avx_sheeprace2 and optimized register allocation: 10% faster
a8ae1ffView on GitHub