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

Switch all iterables and vectors lazy transducer #68

Closed
3 tasks
m4b opened this issue Jan 1, 2018 · 1 comment
Closed
3 tasks

Switch all iterables and vectors lazy transducer #68

m4b opened this issue Jan 1, 2018 · 1 comment

Comments

@m4b
Copy link
Owner

m4b commented Jan 1, 2018

This will essentially make the entire crate zero-allocation, lazy, and parallelizable.

  1. ELF needs section relocs to be lazy
  2. Mach can replace almost everything with lazy versions
  3. PE can probably replace all vectors (i.e., ordinal lists, etc.) with lazy versions

See lazy_transducer documentation for information if anyone wants to tackle this.

@m4b m4b added this to the 0.0.14 milestone Jan 1, 2018
@m4b m4b modified the milestones: 0.0.14, 0.0.15 Jan 16, 2018
@m4b
Copy link
Owner Author

m4b commented Sep 29, 2018

EWONTDO

@m4b m4b closed this as completed Sep 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant