-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Feature BigInt
#358
Feature BigInt
#358
Conversation
Benchmark for 903cdcfClick to view benchmark
|
Hey, how is this going? can we help? |
The reason I didn't update this PR is because I was preoccupied with refactoring. I wanted to refactor things before contributing to the mess. (Already have some progress locally) Speaking of help, I have a question about which crate should use.
Cons of
Pros of
Cons of
What should I use? what is the best choice? @Razican |
This sounds very reasonable, thanks a lot for that!
I think we should go for About using extra crates, I think it's ok, we only use it because we really need it, and dependencies are small enough I think so that they won't add so much burden on compile times. |
Thanks for the feedback that really helps. |
While trying to implement this, I ran into a problem with the abstract equality, so this is blocked until #395 lands. |
Benchmark for bee902cClick to view benchmark
|
agree 100% |
Benchmark for 84a9c5bClick to view benchmark
|
Benchmark for 4e9390eClick to view benchmark
|
Benchmark for 4188177Click to view benchmark
|
Benchmark for 867ed91Click to view benchmark
|
Benchmark for 385194aClick to view benchmark
|
Benchmark for 93fd798Click to view benchmark
|
Benchmark for 00ab819Click to view benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very good :) check my comments, but I think it's almost ready.
d13e6eb
to
ec12eba
Compare
Benchmark for e16c9caClick to view benchmark
|
Benchmark for 36dffaeClick to view benchmark
|
Benchmark for 4e1fafdClick to view benchmark
|
Benchmark for 71a582dClick to view benchmark
|
Benchmark for 4030270Click to view benchmark
|
Benchmark for 67bafe0Click to view benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good, check my comments just in case :)
Co-authored-by: Iban Eguia <[email protected]>
Benchmark for ed9ba9eClick to view benchmark
|
Benchmark for 0945f5eClick to view benchmark
|
Benchmark for 93cbc19Click to view benchmark
|
Benchmark for d828bc1Click to view benchmark
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good to go for me :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @HalidOdat !
This PR resolves #121