-
Notifications
You must be signed in to change notification settings - Fork 808
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
[issues-1223] Add take_from combinator #1566
base: main
Are you sure you want to change the base?
Conversation
371705e
to
7fb5931
Compare
I think this might be better implemented as a combinator |
|
Apart from inlining probably removing it outright, "creating a slice" is an incredibly cheap operation - it's really just a single addition. I don't think there's much to optimize here; if you have benchmarks suggesting otherwise, those would of course be valuable to see. |
Not everyone works only with slices, some one can work with |
To clarify, are you working with I'm also concerned that this would need a proliferation of different combinators to fully flesh out the idea of "needing" skip support (e.g. |
fdc7c68
to
b0cf000
Compare
@Geal hello! I have rebased PR, can you review? |
b0cf000
to
4ee54d2
Compare
Close: #1223