FizzBuzz – SIMD Style

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

    Simple demo for using the Java 16 Vector API, using the well-known "FizzBuzz" example

  • Yeah, that looks really neat, thanks for sharing that idea and even putting it together in Java here! I'll add it to the repo (https://github.com/gunnarmorling/simd-fizzbuzz) in a bit, and run the JMH benchmark for it, for the fun of it.

  • SharpLab

    .NET language playground

  • Good comment, however for a / 2 and other powers of two modern compilers are instead optimizing division into shifts and modulo into bitwise and. Both are very fast instructions, faster than integer multiplication.

    Even JIT compilers do these optimizations: https://sharplab.io/#gist:ce7f7677cbb9f43efe74aeeadb75deb1

  • 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

  • Is .NET just miles ahead or am I delusional?

    4 projects | news.ycombinator.com | 13 Apr 2024
  • Generating C# code programmatically

    4 projects | dev.to | 5 Apr 2024
  • The One Billion Row Challenge – .NET Edition

    3 projects | news.ycombinator.com | 6 Jan 2024
  • Any programs or websites to practice programming?

    6 projects | /r/csharp | 8 Dec 2023
  • Por debaixo do capô: async/await e as mágicas do compilador csharp

    3 projects | dev.to | 18 Oct 2023