strogiyotec / 1brc

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

Home Page:https://www.morling.dev/blog/one-billion-row-challenge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1οΈβƒ£πŸπŸŽοΈ The One Billion Row Challenge

You can check my solution over here

It uses

  1. mmap
  2. unsafe
  3. ExecutorService
  4. lazy String inits

About

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

https://www.morling.dev/blog/one-billion-row-challenge/

License:Apache License 2.0


Languages

Language:Java 89.6%Language:Shell 10.0%Language:Python 0.4%