-
Notifications
You must be signed in to change notification settings - Fork 323
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
EnsoBigInteger should be a BigInteger polyglot type #7213
Labels
Comments
1 task
3 tasks
Jaroslav Tulach reports a new STANDUP for yesterday (2023-07-31): Progress: -
Next Day: BigInteger & Interop with Python
|
Jaroslav Tulach reports a new STANDUP for yesterday (2023-08-01): Progress: - book club: https://discord.com/channels/401396655599124480/1133705401800601675/1135840766409834567
Next Day: BigInteger & Interop with Python
|
mergify bot
pushed a commit
that referenced
this issue
Aug 3, 2023
Fixes #7213 by reacting to new `isBigInteger` and `asBigInteger` messages. Adjusts tests to require `BigInteger` when appropriate. `EnsoBigInteger` no longer extends `Number`. Enso tests to come.
github-project-automation
bot
moved this from 👁️ Code review
to 🟢 Accepted
in Issues Board
Aug 3, 2023
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#7176 integrates GraalVM 17.0.7 (23.0.0 JDK 17) into Enso, which brings support for
BigInteger
polyglot type. After we refactorEnsoBigInteger
to be a properBigInteger
interop type (by implementingfitsInBigInteger
message), we should measure the performance impact - for example the impact of a sum of a column that is made of big integers, instead of longs.This is a follow-up issue of #5300
Tasks
The text was updated successfully, but these errors were encountered: