compile-time-init-build icon indicating copy to clipboard operation
compile-time-init-build copied to clipboard

💡 `indexed_handler`: Support for indices with greater/less-than comparisons

Open lukevalenty opened this issue 2 years ago • 0 comments
trafficstars

The current indexed_handler doesn't support efficient greater/less-than comparisons on indexed fields. This enhancement would add this support by generating an ordered index that allows for fast inequality lookup time.

lukevalenty avatar Sep 19 '23 19:09 lukevalenty