Snake Oil

QR code for https://github.com/sindre-nistad/snake-oil

whoami

Sindre Nistad

(pronounced similar to cinder 🔥)

Developer by day, gamer by night

Mandelbrot

Mandelbrot

A (complex) number $c$ is in the Mandelbrot set if

$ |z_{n}| \le 2 $

for all $ n \ge 0 $ \[\begin{aligned} z_{0} = 0 \\ z_{n+1} = z_{n}^2 + c \end{aligned}\]

...

Profiling

cython


					# cython: profile=True
					# cython: linetrace=True
					# distutils: define_macros=CYTHON_TRACE_NOGIL=1
				

NOTE: Can be veryslow

For more information, see Cython's page on profiling

Rust

Nvidia CUDA

Really good at parallel 32-bit float

Other projects, and such