mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-09-07 05:49:06 +00:00
dynamic dispatch seems to be really expensive, move the buffer in front of the dynamic dispatch, to reduce the number of calls into the dynamic dispatched collector.