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

Speedup FEN generation #150

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AlekseyLobanov
Copy link

Hello.

I propose multiple changes that should, as I believe, improve code style with using more idiomatic approaches. This also significantly improves performance for FEN generation. I believe that this method is really important because it's the only standard positions representation.

Before: (benchmark was added, but code is the same)

BenchmarkBoardTextSerialization-16        179582              6439 ns/op

After

BenchmarkBoardTextSerialization-16        593695              1892 ns/op

About 3.4x boost.

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.

1 participant