Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial implementation by seijikun #29

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

seijikun
Copy link
Contributor

@seijikun seijikun commented Jan 3, 2024

Thanks for the interesting challenge!
I'm not too experienced with Java but I had a go at it anyway, without looking at any of the other submissions.

My implementation uses memory mapped files and chunks the measurement file into as many chunks as the host processor has threads.
I also used a custom double parser method, since a fully compliant one is expensive.

On my notebook, I have a runtime of 13 - 14 seconds

@lobaorn
Copy link

lobaorn commented Jan 3, 2024

Shamelessly sharing this idea for JVM/GC tuning in another PR/discussion? #15 (comment)

@gunnarmorling
Copy link
Owner

Nice, 38.106 sec on the eval env!

@gunnarmorling gunnarmorling merged commit 580c4ac into gunnarmorling:main Jan 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants