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

Improved Kotlin bf2. #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renatoathaydes
Copy link

Better code style (use Kotlin stdlib rather than Java's where possible).
Avoid unnecessary allocations.
Removed warming.

On my machine, with Oracle's JDK 8, I observed an improvement when running the warming program from 1.3 seconds to 1.2 seconds.

This is extremely fast, much faster than Go for example, even including the JVM startup time!

Even the Java optimised implementation I submitted on #173, running with the GraalVM JIT, is not as fast!

Better code style.
Avoid unnecessary allocations.
Removed warming.
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.

None yet

1 participant