Michael Berry
Michael Berry
The above method has a needless assignment on a variable as the first line - that can go.
Use `createOrOpen()` instead of deprecated `make()` method
Great challenge, thank you! Here's my initial stab at it - will hopefully optimise a bit more later 👍 #### Check List: - [x] Tests pass (`./test.sh `) - [x]...
This line here: https://github.com/gunnarmorling/1brc/blob/c24bcac047d8b7b67115e4420348e4c9410bafdb/src/main/java/dev/morling/onebrc/CreateMeasurements.java#L500 ...is platform dependent. When running on windows it generates `\r\n` line endings, which threw me off a bit at first as some of the existing submissions...
Now we have "proper" aligned chord support in Quelea, we should export / import the chords in openlyrics format properly.