Generate bwc_tile structure just in time. #22

Open
opened 2024-04-09 09:55:09 +00:00 by Patrick Vogler · 0 comments

Currently the bwc tile structure is generated at the beginning of the compression run. This will lead to inefficiency once there is a significant amount of tiles present in the compression run, leading to a large memory overhead. We therefore propose to generate the bwc_tile structure just in time for the current tile during the compression run.

Currently the bwc tile structure is generated at the beginning of the compression run. This will lead to inefficiency once there is a significant amount of tiles present in the compression run, leading to a large memory overhead. We therefore propose to generate the bwc_tile structure just in time for the current tile during the compression run.
Patrick Vogler added this to the Performance Optimization project 2024-04-09 09:55:09 +00:00
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TOPIO/BigWhoop#22
No description provided.