fulcrumgenomics / fgoxide

Quality of life improvements in Rust.
MIT License
5 stars 3 forks source link

Adding chunking iterator #4

Closed NatPRoach closed 1 year ago

NatPRoach commented 1 year ago

This adds a really rudimentary chunking iterator struct. This can be helpful in dealing with bottlenecks when used in concert with e.g. a read ahead iterator.

Not sure that we want this in this crate but per discussion with Tim I figured I'd send it up for review and we can discuss about where to put it once you've gotten eyes on it.

NatPRoach commented 1 year ago

Closing as with #5 I'm not seeing much use for this anymore.