Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ttsiodras/haskellmandelbrot
- Owner: ttsiodras
- Created: 2010-01-13T08:47:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-13T08:55:13.000Z (almost 15 years ago)
- Last Synced: 2023-03-10T22:52:53.910Z (almost 2 years ago)
- Language: Haskell
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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!?