aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/morling/onebrc/CreateMeasurements3.java
Commit message (Collapse)AuthorAgeFilesLines
* Solution without unsafe using vector API (#602)giovannicuccu2024-01-281-1/+1
| | | | | | | | | | | | | * Solution without unsafe * Solution without unsafe * Solution without unsafe, remove the usage of bytebuffer, passes the create_measurements3 test * bug fix for 10k test, update also the CreateMeasurements3.java to use '\n' as newline instead of the os value (if it runs on windows it uses crlf and "breaks" the file format ) --------- Co-authored-by: Giovanni Cuccu <gcuccu@imolainformatica.it>
* Update CreateMeasurements3.java to write measurements3.txtRagnar Groot Koerkamp2024-01-141-1/+1
| | | Currently it overwrites measurements.txt which is a bit confusing.
* More detailed attributionMarko Topolnik2024-01-061-2/+7
|
* Improve name generationMarko Topolnik2024-01-061-8/+23
|
* Limit names to 100 bytesMarko Topolnik2024-01-061-0/+4
|
* Move attribution into weather_stations.csvMarko Topolnik2024-01-061-1/+2
|
* Eliminate duplicate station namesMarko Topolnik2024-01-061-8/+21
|
* Generate measurements with random namesMarko Topolnik2024-01-061-0/+128
Name length goes from 1 to 100.