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

Add support for infinite precision integers #2544

Closed
pbiggar opened this issue Jun 7, 2020 · 1 comment
Closed

Add support for infinite precision integers #2544

pbiggar opened this issue Jun 7, 2020 · 1 comment

Comments

@pbiggar
Copy link
Member

pbiggar commented Jun 7, 2020

Our integers are currently 63-bit ints. We would like them to be infinite precision. this is not actually all that complicated:

  • replace the contents of DInt with zarith (OCaml infinite int library)
  • make Zarith work with the js_of_ocaml build
  • remove the parts of the client that limit integers to 18/19 digits
  • figure out how the serialization between the server and the client works (using yojson's `IntLit, probably)
@billy1kaplan billy1kaplan removed their assignment Mar 14, 2021
@pbiggar pbiggar added this to the Later milestone Oct 18, 2022
@StachuDotNet
Copy link
Member

Duplicate of #3279

@StachuDotNet StachuDotNet marked this as a duplicate of #3279 Jan 9, 2024
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

No branches or pull requests

3 participants