Mandelbrot Generation in Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mandelbrot

    Haskell versus C (by pflanze)

  • FWIW, I implemented[1] the exact same algorithm (except only using 2-way SIMD instead of 4-way as that's what my computer at the time supported) in C 9 years ago. I did care about proper alignment, and IIRC it did help performance. I kept the relevant changes and discoveries in the commit log, although can't see right now what happened without alignment. The code is pretty ugly since I'm not relying on any auto-vectorization at all.

    [1] https://github.com/pflanze/mandelbrot

    (I also implemented the same algorithm again in C++ later on, cleaner, but haven't published that (yet).)

  • mandelbrot-rs

    High performance mandelbrot renderer

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • bg-generation-mandelbrot

    Implementation of Mandelbrot and Julia set in OpenGL shaders

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts