Skip to content

Commit

Permalink
Int based linear interpol (#1482)
Browse files Browse the repository at this point in the history
* Rename BlockwiseLinear to BlockwiseLinearLegacy

Reimplements the blockwise multilinear codec using integer arithmetics.
Added comments

* add estimate for blockwise

* Added one unit test

* use int based for linear interpol

* fix merge conflicts

* reuse code

* cargo fmt

* fix clippy

* fix test

* fix off by one

fix off by one to accurately interpolate autoincrement fields

* extend test, fix estimate

* remove legacy codec

Co-authored-by: Pascal Seitz <[email protected]>
  • Loading branch information
fulmicoton and PSeitz authored Sep 5, 2022
1 parent 00657d9 commit ea72cf3
Show file tree
Hide file tree
Showing 5 changed files with 459 additions and 563 deletions.
Loading

0 comments on commit ea72cf3

Please sign in to comment.