KiterLuc

Results 12 issues of KiterLuc

This implements consolidation of deletes commits. For consolidated fragments, delete conditions existing in the array at the time of consolidation will be processed and added to a list of processed...

This adds examples for deletes. --- TYPE: IMPROVEMENT DESC: Deletes: adding examples.

*** Note: for now this is just a support PR to help designing the new code standard for the serialization codebase. *** This change refactors the subarray and stats class...

This adds an option so that VFS does reads directly from storage without performing any batching. For applications with large tiles and a very small number of tiles per requests,...

This adds an API to set update values for updates. The API is very simple and allows to create an update value, using a field name, value and size, with...

pending-2.12

For ordered writes, it is possible to write incomplete tiles. The tile written to disk will add non written cells but with empty data. Unfortunately, the empty cells were considered...

This adds the strategy for writing update commits to disk. --- TYPE: IMPROVEMENT DESC: Updates: adding strategy.

This refactors read tiles to create tiles as a fully functioning object from the get go to be closer to be C.41 compliant. --- TYPE: IMPROVEMENT DESC: Read tiles: refactor...

pending-2.13

This moves the unfiltered data buffer from the Tile class to a larger allocation and provide a way to get a pointer to the data. At the moment, the tile...

This removed deprecated APIs from tests. It will be split into multiple PRs to facilitate code reviewing. [sc-46307] --- TYPE: NO_HISTORY DESC: Remove deprecated APIs from tests, part 3.