Skip to content
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

Maybe simplify the recursive div #100

Open
mratsim opened this issue Nov 12, 2019 · 1 comment
Open

Maybe simplify the recursive div #100

mratsim opened this issue Nov 12, 2019 · 1 comment

Comments

@mratsim
Copy link
Contributor

mratsim commented Nov 12, 2019

Go just implemented (4 hours ago!) the recursive division by Burnikel and Ziegler.

They avoided the co-recursion between 2n x n and 3n x 2n words and it seems like the implementation is a bit simpler.

@protolambda
Copy link

@mratsim Make sure to copy this critical bugfix if you ever end up implementing the same as Go: golang/go@1e1fa59 (Found by Go ethereum team) (and context: https://twitter.com/peter_szilagyi/status/1332047468004077569)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants