723cc6a33b
Input created via ```sh bash -c 'for i in {1..10000} ; do echo "id$i;0.0" ; done' >./src/test/resources/samples/measurements-10000-unique-keys.txt ``` and output via baseline implementation. Keys are short and very similar which improves chances for collision and hence are good for testing. Fixes #91
48 lines
402 B
Plaintext
48 lines
402 B
Plaintext
#Maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
release.properties
|
|
|
|
# Eclipse
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
bin/
|
|
|
|
# IntelliJ
|
|
.idea
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# NetBeans
|
|
nb-configuration.xml
|
|
|
|
# Visual Studio Code
|
|
.vscode
|
|
.factorypath
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Vim
|
|
*.swp
|
|
*.swo
|
|
|
|
# patch
|
|
*.orig
|
|
*.rej
|
|
|
|
# Local environment
|
|
.env
|
|
|
|
#JReleaser
|
|
out/
|
|
|
|
# 1BRC
|
|
/measurements*.txt
|
|
/*.out
|
|
out_expected.txt
|