Use buffered iterators to speed up the search #3
Labels
Bench:New
Bench: create new bench
Issue:Easy
Issue: a good way to start contributing, mentoring is available
Store:Search
Store: this is about the search
Currently,
op_iter
functions useVec
to collectop
results tovec
and returnsvec.into_iter()
.I recommend use buffered lock-free iterator generator crate -
buter
or similarFor example, it will look like this:
The text was updated successfully, but these errors were encountered: