Tagged Questions
5
votes
1answer
139 views
What might be the best method of storing Mandelbrot values in a database?
I'm currently experimenting with rendering a Mandelbrot set and I've quickly come to realize that it would be useful to not have to recalculate the maximum iteration count for each rendering...on the ...