Found 91 repositories(showing 30)
Josephbakulikira
implementation of mandelbrot set zoom animation with python and glsl , the code is really messy it's need a lot of refactoring and optimizations
kallaballa
Highly optimized realtime mandelbrot fractal zoom in a highly platform independent fashion using modern C++
deltova
This project is an optimized implementation of Mandelbrot fractal
Oted
Optimized mandelbrot set calculator with a simple api in rust
royward
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/
H2CO3
Optimized, parallel Mandelbrot set solver in Rust
Alexanders101
An optimized GPU and CPU based Mandelbrot Set image generator.
KiranWells
Compares the implementation and speed of Rust and C in a fully optimized mandelbrot set generator
EngMateusCardoso
. Fract-ol is a basic computer graphics project. This program rende the Julia set and the Mandelbrot setHere I use notion of complex numbers, the concept of optimization and event handling.
rogerdevworld
The `fract-ol` project generates fractals like the Mandelbrot and Julia sets using the MiniLibX library. It focuses on complex number handling, fractal algorithms, rendering optimization, and user interaction for dynamic visualizations.
StarSugar
mandelbrot in sbcl, optimized by simd
aidenfmunro
Mandelbrot visualization & AVX2 optimization.
nniikon
Mandelbrot fractal renderer with various optimizations
deoshreyas
An optimized visualiser for the Mandelbrot set built using Python
panchr
A Mandelbrot image generator written in C and optimized in x86
tuxar-uk
Full mandelbrot set with a couple of optimizations
pichenka007gd
This is a very visual and moderately optimized journey through the Mandelbrot fractal
dodokek
Drawing Mandelbrot fractal with SFML library and optimizing it with AVX instructions
VladZg
Optimizations of Mandelbrot set computing algorithm using SIMD instructions: SSE, AVX2, AVX512
dan-marco
A second stab at rendering the Mandelbrot set. This time optimized to run on AMD GPUs and can be multithreaded over the CPU.
FilippoSiri
Project that aims to optimize the implementation of an algorithm that generates the Mandelbrot set using parallelization, vectorization and cuda
Optimization of computational performance in scientific Python — NumPy, Numba, Numexpr, Cython, and MPI — applied to NLP vectorization (TF-IDF, Naive Bayes) and Mandelbrot set calculation.
Development of an alternative portfolio optimization model (tech industry), based on the Mandelbrot proposal, that takes into account the non-Gaussian nature of returns and the presence of more frequent extreme events than expected under classical hypotheses.
yan6pz
WPF application which role is to render tha Mandelbrot's fractal. I have used unsafe code in order to manage bits(pixels) of the image. There is optimization using parallel processes over the iteration in width of the image.
ashkanhoss29
An Optimized (simple) Mandelbrot Renderer
ThreadJava800
Optimized mandelbrot algorithm
k-kashapov
Highly optimized Mandelbrot visualization
DKay7
Optimized visualization of Mandelbrot Set
bayazit578
SIMD-optimized renderer of Mandelbrot set
Srinivas-Raghav-VC
Optimized MandelBrot Simulation in Raylib C++