-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Java-tron - Release linux/arm64 builds #4692
Comments
Due ExchangeProcessor use In java8, the default behavior of Math is using any available FPU like 8087. The results of float operations might be platform-dependent. In detail, java-tron's double arithmetic will use x87 instructions. And is difficult to port to other languages or platform, since all modern languages use ieee-compatible and stable arithmetic for float numbers. |
Thanks for your contribution to java-tron, this issue will be closed as no update for a long time. Please feel free to re-open it if you still see the issue, thanks. |
so, tron use java, but can only run on x86_64 ? |
For tron, jvm only support |
Description
Release
linux/arm64
builds for java-tron.Related Issues
Why this feature is important
Take advantages of running the nodes on top Arm CPU architecture machines, such as, AWS Graviton2/3. The main benefits are costs reduction and performance increase. For further details consult: https://aws.amazon.com/ec2/graviton and https://about.gitlab.com/blog/2021/08/05/achieving-23-cost-savings-and-36-performance-gain-using-gitlab-and-gitlab-runner-on-arm-neoverse-based-aws-graviton2-processor
" Our latest cost analysis and performance benchmarks show that customers can realize cost savings of up to 23% and performance gains of up to 36% by deploying the GitLab application and GitLab Runner on the Arm-based Graviton2 when compared to the x86 based M5/C5 EC2 instances."
Enable developers to run
java-tron
on their MacBook Pro M1/M2 laptops.The text was updated successfully, but these errors were encountered: