-
https://github.com/facebook/rocksdb/wiki/Reducing-memcpy-overhead-when-using-Iterators
I've run into a scenario where it would be great to be able to properly leverage this feature. Currently, as I…
-
hax does not currently seem to support the [`Iterator` trait](https://doc.rust-lang.org/stable/core/iter/trait.Iterator.html) in F*, when manually implementing it.
For instance, the following does get…
-
### Motivation
Right now, returning Rust iterators is a pain. While collecting everything into a vec (so the JS side can get an `Array`) can work for some scenarios, this approach is simply not pos…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What would you like to be added?
update `knowhere` version to support `diskann` iterator.
### Why is this n…
-
### Description
Currently, the `WindowedWords` iterator doesn't properly handle text with multiple consecutive spaces between words. The functionality is intentionally disabled (commented out) in the …
-
Now that Go 1.23 comes with (push) iterators, after playing around with some of my own code I notice ending up writing tests like this one...
foos := []Bar
for _, foo := range Bars() {
…
-
Hi, thank you for maintaining nice project!
Some Go 1.23 adds official iterator(iter.Seq), I think this package can also support itas well.
I'll make a PR once I got time to work on this.
-
Hi @deckarep, I want to contribute the PR for supporting 1.23 iterator. I don't know if you are interested.
# Background
The Iterator implemented in this package returns a channel to support range…
-
Hi @itchyny,
The goquery package itself has already implemented the `Iter` interface. Have you considered supporting the 1.23 iterator, allowing users to directly use `for-range` on it?
goquery…
-
[Docs](https://milvus.io/docs/with-iterators.md)
roji updated
2 months ago