Performance comparison/benchmark of raw computational power between 1.8 GHz Raspberry Pi 400 and 3.8 GHz Ryzen 9 3900X

This page summarizes the projects mentioned and recommended in the original post on /r/raspberry_pi

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-comparison

    Comparison of Mandelbrot Set programs in different languages with smooth coloring and built-in benchmark mode.

  • $ git clone https://github.com/Toxe/mandelbrot-comparison.git $ cd mandelbrot-comparison $ mkdir build $ CC=gcc CXX=g++ CFLAGS=-march=native CXXFLAGS=$CFLAGS cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -B build $ cmake --build build $ ./build/C++/mandelbrot_cpp 800 600 1000 50 -0.6906988741504118 0.4652112500501954 0.00000325 gradients/benchmark.gradient out.raw $ ./build/C++/mandelbrot_cpp_async 800 600 1000 50 -0.6906988741504118 0.4652112500501954 0.00000325 gradients/benchmark.gradient out.raw 4

  • 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
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

  • How much faster is C++ than Python?

    2 projects | /r/learnprogramming | 30 Jan 2021
  • Mandelbrot with sfml. Github in comments.

    3 projects | /r/sfml | 22 Apr 2021
  • Why SQLite Performance Tuning Made Bencher 1200x Faster

    1 project | news.ycombinator.com | 17 Apr 2024
  • OneRepo: JavaScript/TS monorepo toolchain for safe, strict, fast development

    1 project | news.ycombinator.com | 1 Mar 2024
  • What is the difference between monoliths, microservices, monorepos and multirepos?

    1 project | dev.to | 2 Feb 2024