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

COO creation #27

Open
gouarin opened this issue Jul 3, 2020 · 1 comment
Open

COO creation #27

gouarin opened this issue Jul 3, 2020 · 1 comment

Comments

@gouarin
Copy link
Member

gouarin commented Jul 3, 2020

Two types of creation will be needed:

  • insert the element in a sorted way
  • insert the element by adding them at the end of a container and sort them when the insertion process is done
@JohanMabille
Copy link
Member

The first one is implemented in xcoo_scheme.

We can implement a coo_builder for the second one, that will sort its entries at the end of the creation process and return a sorted xcoo_scheme.

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

2 participants