uujava
uujava
Added pull request. I use pkValue -> Object map and represent it as an IndexedCollection. I had to write custom SetFromMap class to delegate to attribute to get key value...
I'm generally OK with both suggestions. For the second one - it would be nice to see it in code. Sorry, I do not think quite understand required changes and...
Thank you in advance and happy holidays.
It's now Ok, but not perfect :) I've updated my tests a bit [here](https://github.com/uujava/cqengine-query-jmh/blob/master/src/main/java/ru/programpark/tests/perf/query) in case you'll need it. Let's consider following timings | Benchmark | Average | Units |...
Add pull request https://github.com/npgall/cqengine/pull/107 Please review. Thank you for your time.
Re: Re: Change 1 - this would need to be in the retrieveRecursive() method instead of the retrieve() method, in order for it to work with nested queries nested queries...
I've experimented further based on the idea from your optiize-query-options branch. Below is a benchmark values for different options. Note, I'm experimenting on different hardware and values are incomparable to...
I agree about compatibility, but I'm afraid it's hard to get top values with hash (with reset as well). Note also, using hash, has additional GC pressure (with reset() as...
Thank you on update and the time you spend on cqengine.