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

Optimize Number representation #165

Open
anakrish opened this issue Feb 28, 2024 · 0 comments
Open

Optimize Number representation #165

anakrish opened this issue Feb 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@anakrish
Copy link
Collaborator

Currently, Regorus uses big floats to represent all numbers.
This needs to be optimized so that:

  • u64, i64, f64 and big floats are used by default and big floats are used only as needed.
  • Big Float support needs to be under a feature
  • There needs to be a way to set the precision of Big Float operations.
@anakrish anakrish added the enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant