TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Implement XOR Filter

Open abigalekim opened this issue 3 years ago • 1 comments

Implemented XOR filter, which is a precursor to implementing the LiDaR compressor. Things that are done:

  • [x] Implementation of the XORFilter class
  • [x] Test cases in test/src/unit-filter-pipeline.cc
  • [x] Test cases in unit_filter_create
  • [x] CPP API test cases

TYPE: FEATURE DESC: Implement XOR Filter

abigalekim avatar Jul 22 '22 05:07 abigalekim

@eric-hughes-tiledb , the only thing I can see is the filter_pipeline.md documentation. Do you know where I should make changes to the spec? Overall, there really doesn't seem to be much documentation in the .md files in the format_spec directory.

abigalekim avatar Aug 15 '22 16:08 abigalekim