1BRC Coding Challenge: Nerd Sniping the Java Community

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. 1brc

    1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java

    Looking at the fastest solution, the convertIntoNumber() function is where the magic happens.

    Specifically, line 318 - https://github.com/gunnarmorling/1brc/blob/main/src/main/jav...

    The line above (long digits ... ) converts from ASCII digits ('0'-'9') to actual numeric digits (range 0-9)

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. swiss

    Golang port of Abseil's SwissTable

  4. 1brc

    Solution to One Billion Rows Challenge in Golang. (by shraddhaag)

  5. 1brc

    1BRC in .NET among fastest on Linux (by buybackoff)

    Here's a good writeup for .NET: https://hotforknowledge.com/2024/01/13/1brc-in-dotnet-among-...

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

  • SwissTable: A High-Performance Hash Table Implementation

    3 projects | dev.to | 2 Oct 2024
  • One Billion Row Challenge in Golang - From 95s to 1.96s

    2 projects | dev.to | 17 Mar 2024
  • Golang Port of Abseil's SwissTable

    1 project | news.ycombinator.com | 16 Feb 2024
  • [Std] An enhanced std library write with generics

    2 projects | /r/golang | 13 May 2022
  • 1 Billion Rows Challenge in PHP

    4 projects | dev.to | 31 Jan 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?