Files
qdrant/lib
Luis Cossío 6dbebfa60a [AI] use self_cell to make posting list evaluation lazy
prompt:

These recent changes precollect all bytes that can be used during the
query before actually running the
  query. This is fine, and desired, but the PR takes it a step further
and precollects the evaluation of
  the data. This can potentially be expensive since we need to process
the entirety of the data.

  It is done like this so that lifetime tracking gets easier. But I have
a challenge for you. Can you make
  it so that the evaluation is preserved lazily? Meaning, to keep using
iterators as outputs.
2026-04-20 22:30:06 +00:00
..
2026-04-20 15:48:39 +02:00
2026-04-20 15:48:39 +02:00
2026-04-21 00:20:02 +02:00
2026-04-19 10:39:11 +02:00
2026-04-07 19:58:22 -04:00
2026-04-21 00:20:02 +02:00
2026-04-20 15:48:39 +02:00