-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make the Rust API more lazy #138
Comments
The partition type also needs to be reworked. Since even before the trait rewrite in #9, the way to store a partition is a
As a middle point between the two suggestions above, we could have a smart |
Some difficulties I'm encountering with coupe's current API with the [num-part port]:
|
Right now algorithms are run eagerly:
Could coupe make do with less computations? It would mean we'd need to have a global view of the algorithm chain, something used like iterators?
The text was updated successfully, but these errors were encountered: