iprithv opened a new pull request, #16209: URL: https://github.com/apache/lucene/pull/16209
extended `BinaryColumn` with a dense values cursor (`BinaryValuesCursor`) so that points-only dense batches can be bulk-ingested without per-doc virtual dispatch and `checkDocID()` overhead. benchmark: | Batch Size | Dense Bulk | Sparse Per-Doc | Speedup | |------------|-----------|----------------|---------| | 100 docs | 1,276 ops/ms | 828 ops/ms | **+54%** | | 1,000 docs | 317 ops/ms | 91 ops/ms | **+249%** | | 10,000 docs| 32 ops/ms | 8.6 ops/ms | **+273%** | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
