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

Implement windows|chunks|chunks_mut, a la [T] #30

Open
BlacklightShining opened this issue Nov 28, 2015 · 1 comment
Open

Implement windows|chunks|chunks_mut, a la [T] #30

BlacklightShining opened this issue Nov 28, 2015 · 1 comment
Labels
Important high value feature or optimization
Milestone

Comments

@BlacklightShining
Copy link

No description provided.

@ghost
Copy link

ghost commented Mar 3, 2017

I took a look at this today. Here are some references I looked at:

As far as I can tell, it seems like the fastest route to chunks for BitVec is by converting to a slice so that SliceExt can be used, but I don't know the syntax to make that happen, and I'm sticking to my own crate for now.

@pczarn pczarn added the Important high value feature or optimization label Jul 1, 2024
@pczarn pczarn added this to the version 1.0 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Important high value feature or optimization
Projects
None yet
Development

No branches or pull requests

2 participants