We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
darwin/arm64
On Mac M1, the x86_64 binary of gbt works through compatibility wrapping, which makes it noticeably slower. Here's a timing comparison:
x86_64
gbt
brew install
$ time gbt &>/dev/null real 0m0.174s user 0m0.081s sys 0m0.084s
arm64
$ time ./gbt &>/dev/null real 0m0.094s user 0m0.052s sys 0m0.041s
The (almost) 100ms increase creates a noticeable and annoying latency.
The text was updated successfully, but these errors were encountered:
I will build native version from darwin/arm64 once I get to cut a new release. I just need rewrite all TravisCI automation into GitHub Workflows.
Sorry, something went wrong.
No branches or pull requests
On Mac M1, the
x86_64
binary ofgbt
works through compatibility wrapping, which makes it noticeably slower. Here's a timing comparison:brew install
)arm64
version:The (almost) 100ms increase creates a noticeable and annoying latency.
The text was updated successfully, but these errors were encountered: