Abigale Kim

Results 13 issues of Abigale Kim

I wrote basic logging infrastructure that verifies whether a JSON log is valid JSON. I refactored the logger class to include a second sink to a std::ostringstream. Then, after the...

Here, I write extra test cases that test special types of floating point numbers for the float scaling filter. Test cases to write: - [x] Zeros - [x] Denormalized numbers...

Implemented basic platform library. Currently supports the following: OS: MacOS, Windows, Linux Compiler: GCC, Clang, MinGW, MSVC Should finalize the design for this though and write tests for it. (and...

Implements lidar compressor. (add more) Things to do: - [x] Implementation of the LiDAR filter class - [ ] Get compile_lidar_filters to work :(((( - [ ] Test cases in...

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` -...

Changed a few lines of CMake to add baseline as a library, then integrated it into the main build. --- TYPE: IMPROVEMENT DESC: Integrate baseline object library into the main...

Added float scaling filter to the format specification. --- TYPE: FORMAT DESC: Add FloatScaleFilter to format spec

WIP implementation of bitsort filter. --- TYPE: FEATURE DESC: Bitsort filter

All member vector and unordered map variables of the ArraySchema class have PMR tracking. Code compiles and tests pass. --- TYPE: NO_HISTORY DESC: Integrate std::pmr memory tracking for class `ArraySchema`.

Exit criteria: All member vector variables of the std::prm class have PMR tracking. Code compiles and tests pass. --- TYPE: NO_HISTORY DESC: Integrate std::prm memory tracking for class `ArraySchemaEvolution`.