Skip to content

use FLINT bigint library to replace BigInt.#24

Merged
KlausC merged 4 commits intomainfrom
krc/flint
Feb 25, 2025
Merged

use FLINT bigint library to replace BigInt.#24
KlausC merged 4 commits intomainfrom
krc/flint

Conversation

@KlausC
Copy link
Copy Markdown
Owner

@KlausC KlausC commented Feb 21, 2025

FLINT has the advantage, that it allows all integer values in a single type, maintaining performance for small values dynamically. The user has not to live with unnecessarily BigInt overhead or risk integer overflow.

@KlausC KlausC merged commit 81fc7de into main Feb 25, 2025
@KlausC KlausC deleted the krc/flint branch February 25, 2025 16:08
Copy link
Copy Markdown
Owner Author

@KlausC KlausC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implementation of ZZZ (FLIN big integer) should be completed and QQQ (FLINT rational) be implemented also.

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