Found 49 repositories(showing 30)
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/
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.
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
aidenfmunro
Mandelbrot visualization & AVX2 optimization.
jiaweizheng1
No description available
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.
AlgebraicWolf
No description available
hromeroprog
No description available
Carvalanga
No description available
Kunakbaev
No description available
dsmits
Solution to mandelbrot optimization exercise
CuriousGeorgiy
No description available
RustamSubkhankulov
No description available
shaazmik
Two variations of the graphical representation of the Mandelbrot set. With and without AVX
SANEKDASH
No description available
matmuher
Intrinsics-optimization of program that computes points that belongs to Mandelbrot's.
d3phys
Mandelbrot set SIMD optimization
thebot002
No description available
xmihol00
Description of optimizations used for computation of the Mandelbrot set.
itbert
Mandelbrot fractal optimization on cuda
fogInSingularity
Mandelbrot set render and optimization
rafaelmanzanorivera
Parallelize existing Mandelbrot image generator using C++11 threads.
rafaelmanzanorivera
Parallelize existing Mandelbrot image generator using CUDA.
R0flan4k
Optimization Mandelbrot set drawing using SSE instructions.
andreyphm
Mandelbrot optimization task from Huawei 2nd semester
YggdrasilUrthr
Generates a mandelbrot set with optimization algorithms.