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

serkan-ozal's 7th submission #679

Closed serkan-ozal closed 5 months ago

serkan-ozal commented 5 months ago

Check List:

serkan-ozal commented 5 months ago

Hi @gunnarmorling,

I have another one :) I am running out of ideas and trying to cut of a few tens of milliseconds (hopefully) by configuration changes. Let's see how it perform on the eval machine

gunnarmorling commented 5 months ago

Nice!

Benchmark 1: timeout -v 300 ./calculate_average_serkan-ozal.sh 2>&1 Time (mean ± σ): 1.878 s ± 0.029 s [User: 0.002 s, System: 0.006 s] Range (min … max): 1.816 s … 1.921 s 10 runs

Summary serkan-ozal: trimmed mean 1.88062955082, raw times 1.85660515982,1.8155311988199998,1.8667343968199999,1.88912459782,1.87140446582,1.90478236882,1.88908698382,1.87442620682,1.92057302782,1.89287222682

Leaderboard grep: ./src/main/java*/dev/morling/onebrc/CalculateAverage_serkan-ozal.java: No such file or directory

# Result (m:s.ms) Implementation JDK Submitter Notes
00:01.880 link 21.0.1-open Serkan ÖZAL