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

use std::variant #13

Open
Laouen opened this issue Jul 10, 2018 · 0 comments
Open

use std::variant #13

Laouen opened this issue Jul 10, 2018 · 0 comments
Assignees
Labels
After GSoC To implement before submitting to Boost C++ for inclusion

Comments

@Laouen
Copy link
Collaborator

Laouen commented Jul 10, 2018

A real number can have three different representations, real_explicit, real_algorithmic (both leaves of the binary tree) and real_operation (the vertex).

Use std::variant to handle which representation a real number is using to improve memory performance.

@Laouen Laouen added the After GSoC To implement before submitting to Boost C++ for inclusion label Jul 10, 2018
@Laouen Laouen self-assigned this Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
After GSoC To implement before submitting to Boost C++ for inclusion
Projects
None yet
Development

No branches or pull requests

1 participant