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

Re-implement binary arithmetic with bit-ops library #8

Open
thephoeron opened this issue Feb 11, 2017 · 1 comment
Open

Re-implement binary arithmetic with bit-ops library #8

thephoeron opened this issue Feb 11, 2017 · 1 comment

Comments

@thephoeron
Copy link
Owner

Both performance and accuracy can be significantly improved by re-implementing the binary arithmetic algorithms directly using the new bit-ops library. This will also make it easier to work with signed integers, and other arbitrary binary structures, encoded as bit-vectors.

CC: @guicho271828

@thephoeron
Copy link
Owner Author

thephoeron commented Feb 11, 2017

See the Binary Arithmetic on Variable-Width Bit-Vectors project.

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

1 participant