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

Add pop_n function #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add pop_n function #21

wants to merge 1 commit into from

Conversation

knsd
Copy link

@knsd knsd commented Sep 22, 2018

Hi, this pr adds pop_n function for the same reasons as in #8, I think it could be useful, this function attempts to pop at most target.len() values off the buffer.

Benchmarks:

pop_n_via_pop           time:   [737.92 ns 741.77 ns 746.32 ns]
pop_n                   time:   [79.724 ns 80.440 ns 81.353 ns]

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

Successfully merging this pull request may close these issues.

1 participant