Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ttsiodras/haskellmandelbrot

Brainstorming on speed behaviour of Mandelbrot calculations under GHC
https://github.com/ttsiodras/haskellmandelbrot

Last synced: 4 days ago
JSON representation

Brainstorming on speed behaviour of Mandelbrot calculations under GHC

Awesome Lists containing this project

README

        

mandel.third uses the library version of complex numbers (Complex Float),
while my first two attempts used my own complex type... and once I used
the library ones, speed became 10 times slower... Why!?