Skip to content

Commit

Permalink
Update 1brc.md (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham authored Jan 4, 2024
1 parent 8249503 commit 9236d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/post/1brc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories:

**Why should the Java folk have all the fun?!**

My friend and collegue [Gunnar Morling](https://twitter.com/gunnarmorling/) [launched a fun challenge](https://www.morling.dev/blog/one-billion-row-challenge/) this week: how fast can you aggregate and summarise a billion rows of data? Cunningly named The One Billion Row Challenge (1BRC for short), it's aimed at Java coders to look at new features in the language and optimisation techniques.
My friend and colleague [Gunnar Morling](https://twitter.com/gunnarmorling/) [launched a fun challenge](https://www.morling.dev/blog/one-billion-row-challenge/) this week: how fast can you aggregate and summarise a billion rows of data? Cunningly named The One Billion Row Challenge (1BRC for short), it's aimed at Java coders to look at new features in the language and optimisation techniques.

Not being a Java coder myself, and seeing how the challenge has already unofficially spread to other communities [including Rust and Python](https://www.reddit.com/r/rust/comments/18ws370/optimizing_a_one_billion_row_challenge_in_rust/) I thought I'd join in the fun using what I know best: SQL.

Expand Down Expand Up @@ -413,4 +413,4 @@ WITH src AS (SELECT station_name,
real 7.11
user 60.87
sys 1.75
```
```

0 comments on commit 9236d1e

Please sign in to comment.