rmuir commented on pull request #710:
URL: https://github.com/apache/lucene/pull/710#issuecomment-1050162660
also, another random suggestion for another day. I think it would be fine to
have some logic like this at some point:
```
if (length < N) {
return cardinality(); // for small bitsets, don't be fancy
}
```
But I'm not concerned either way. Just thought if we need to iterate and
introduce benchmarks, then ignoring tiny cases is an easy way to really zone in
on good perf.
--
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]