gunnarmorling / 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

Add test case for station name of length 100

gunnarmorling opened this issue · comments

As that's the maximum length defined in the rules.

Let's add a test which has

  • three measurements for a station with 1 byte long name A
  • three measurements for a station with 1 byte long name B
  • three measurements for a station with 100 byte long name A
  • three measurements for a station with 100 byte long name B

This is to make sure the full range of name lengths is covered properly.