1brc VS brc

Compare 1brc vs brc and see what are their differences.

1brc

C99 implementation of the 1 Billion Rows Challenge. 1οΈβƒ£πŸπŸŽοΈ Runs in ~1.6 seconds on my not-so-fast laptop CPU w/ 16GB RAM. (by dannyvankooten)

brc

1 billion rows challenge (by k0nserv)
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
1brc brc
5 1
69 3
- -
7.2 6.3
25 days ago 4 months ago
C Rust
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

1brc

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 2024-04-13.

brc

Posts with mentions or reviews of brc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-02.
  • The One Billion Row Challenge in Go: from 1m45s to 4s in nine solutions
    15 projects | news.ycombinator.com | 2 Mar 2024
    I did it with custom parsing[0] and treated the numbers as 16 bit integers, the representation in the file is not a constant number of bytes which complicates the table approach. If you end up computing a hash I think it might be slower than just doing the equivalent parsing I do and a four byte constant table will be very large and mostly empty. Maybe a a trie would be good.

    0: https://github.com/k0nserv/brc/blob/main/src/main.rs#L279

What are some alternatives?

When comparing 1brc and brc you can also consider the following projects:

1brc - 1οΈβƒ£πŸπŸŽοΈ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java

nodejs - 1οΈβƒ£πŸπŸŽοΈ The One Billion Row Challenge with Node.js -- A fun exploration of how quickly 1B rows from a text file can be aggregated with different languages.

JDK - JDK main-line development https://openjdk.org/projects/jdk

1brc - 1BRC in .NET among fastest on Linux