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
https://www.morling.dev/blog/one-billion-row-challenge/
Apache License 2.0
5.69k stars 1.72k forks source link

ashikur2146 submission #675

Closed ashikur2146 closed 5 months ago

ashikur2146 commented 5 months ago

implementation class name: CalculateAverage_ashikur2146 Execution time: 5 mins 34 seconds Device Specification:

CPU: 11th Gen Intel(R) Core(TM) i5-1135G7 @2.40GHz Core: 8 RAM: 16 GB

Check List:

gunnarmorling commented 5 months ago

Please run the formatter and amend the PR with the changes.

ashikur2146 commented 5 months ago

I forgot to amend the commit [fbf6499] instead made a new commit after the formatter run. Meanwhile, there was another build failed happen due to missing license headers. I made the changes and ran the maven build with the following command,

mvn clean verify formatter:format license:format

it also works with ./mvnw clean verify. Please check now.