LICENSE
README.md
pyproject.toml
setup.py
src/mandelbrot_benchmark/__init__.py
src/mandelbrot_benchmark/__main__.py
src/mandelbrot_benchmark/cli.py
src/mandelbrot_benchmark/plot.py
src/mandelbrot_benchmark/py.typed
src/mandelbrot_benchmark.egg-info/PKG-INFO
src/mandelbrot_benchmark.egg-info/SOURCES.txt
src/mandelbrot_benchmark.egg-info/dependency_links.txt
src/mandelbrot_benchmark.egg-info/entry_points.txt
src/mandelbrot_benchmark.egg-info/requires.txt
src/mandelbrot_benchmark.egg-info/top_level.txt
src/mandelbrot_benchmark/backends/__init__.py
src/mandelbrot_benchmark/backends/jax.py
src/mandelbrot_benchmark/backends/numba.py
src/mandelbrot_benchmark/backends/taichi.py
src/mandelbrot_benchmark/backends/torch.py
src/mandelbrot_benchmark/backends/warp.py
tests/test_backends.py
tests/test_cli.py
tests/test_dunder_main.py
tests/test_plot.py