Skip to content

Commit

Permalink
[Wasm] Improve functions to compile data layouts.
Browse files Browse the repository at this point in the history
- Compute additional `DataLayout::INode` offset directly in bytes
  instead of bits to perform division by 8 at query compile time.
- Remove stride computations for leaves without repetitions, i.e.
  explicit constant folding at query compile time.
  • Loading branch information
lucagretscher committed May 23, 2023
1 parent 58653f4 commit d652955
Showing 1 changed file with 118 additions and 70 deletions.
Loading

0 comments on commit d652955

Please sign in to comment.