Exonerate icon indicating copy to clipboard operation
Exonerate copied to clipboard

make the combining filters traverse through iterators for arrays and objects

Open ityonemo opened this issue 1 year ago • 1 comments

ityonemo avatar Mar 17 '23 18:03 ityonemo

currently we do an O(N) search for each iterator pass created by a combining function. It should, in theory, be possible to sequence these into a single pass.

NB: this is crazy hard to do, but not impossible.

ityonemo avatar Apr 03 '23 23:04 ityonemo