webpp icon indicating copy to clipboard operation
webpp copied to clipboard

Jump Table optimization for SQL Query Builder implementations

Open the-moisrex opened this issue 3 years ago • 0 comments

There are plenty of places in the sql query builder that jump tables would be a better choice of algorithm because we would be able to calculate them in constexpr mode.

Also the code would be more branchless in that situation. I am sorry for not doing this in the first place, I don't know what I was thinking !!! :)

the-moisrex avatar Aug 25 '22 22:08 the-moisrex