commit | db554228706625eae020f5c0d92a8bcb354e4339 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Fri Jan 20 17:55:50 2023 +0100 |
committer | ocornut <omarcornut@gmail.com> | Fri Jan 20 17:57:13 2023 +0100 |
tree | 036b020ab4338661bfb22b9ff734da00049dff3a | |
parent | 3482d4eccfc6fe68f1db134829caf908ac9e294e [diff] |
Tables: removed hot RequestOutputMaskByIndex bit-array as majority of code-paths are already touching the cold parts. Only exception being TableSetColumnIndex() with same column number but that's an odd case. Will break PR #6094 #3572 #5305 #4876 but those not need to be necessarily updated: we got enough reference to finish that feature.