1brc Alternatives
Similar projects and alternatives to 1brc
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
1brc
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better 1brc alternative or higher similarity.
1brc discussion
1brc reviews and mentions
Posts with mentions or reviews of 1brc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-31.
-
1 Billion Rows Challenge in PHP
For the second point (rewriting the PHP script for multithreading), you can take inspiration from the PHP documentation and solutions to the 1BRC challenge available on the Internet. The one I took heavily from is this one. The overhead from multithread management mostly comes from having to cycle the measurements.txt file first to split it into chunks that match the number of cores on the machine where the script is running. Each thread will process one of these chunks that, combined, will lead to the final result.
Stats
Basic 1brc repo stats
1
36
4.4
3 months ago
realFlowControl/1brc is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of 1brc is PHP.