Mandelbrot visualizer built in C with SDL2 utilizing SIMD (AVX, SSE) instructions for speed optimization. Includes vectorization, threading, loop unrolling and latency/throughput minimization.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
added faster texture rendering and more efficient event loop
c511eeeView on GitHubmodularized code and added check to ensure CPU supports AVX instructions
778ba1eView on GitHub