BitFunnel / mg4j-workbench

Java tools for evaluating BitFunnel performance compared to an mg4j baseline.
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Query processing pipeline should reuse result array #11

Closed MikeHopcroft closed 7 years ago

MikeHopcroft commented 7 years ago

If we return results (instead of just counting them see #2), we should reuse the result array, instead of creating it and collecting it for each query.

MikeHopcroft commented 7 years ago

Fixed by 525d6d6965f9259646f11c7d5aa2bb64a40e4ecd.