compile-time-init-build
compile-time-init-build copied to clipboard
💡 `indexed_handler`: Support for indices with greater/less-than comparisons
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.