Found 103 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
H2CO3
Optimized, parallel Mandelbrot set solver 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/
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.
aidenfmunro
Mandelbrot visualization & AVX2 optimization.
FilippoSiri
Project that aims to optimize the implementation of an algorithm that generates the Mandelbrot set using parallelization, vectorization and cuda
VladZg
Optimizations of Mandelbrot set computing algorithm using SIMD instructions: SSE, AVX2, AVX512
jiaweizheng1
No description available
StarSugar
mandelbrot in sbcl, optimized by simd
nniikon
Mandelbrot fractal renderer with various optimizations
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.
tuxar-uk
Full mandelbrot set with a couple of optimizations
deoshreyas
An optimized visualiser for the Mandelbrot set built using Python
panchr
A Mandelbrot image generator written in C and optimized in x86
dodokek
Drawing Mandelbrot fractal with SFML library and optimizing it with AVX instructions
pichenka007gd
This is a very visual and moderately optimized journey through the Mandelbrot fractal
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.
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.
AlgebraicWolf
No description available
hromeroprog
No description available
Carvalanga
No description available
Kunakbaev
No description available
dsmits
Solution to mandelbrot optimization exercise