feat: sparse representation for empty columns - #2171
Merged
DavePearce merged 1 commit intoSep 1, 2026
Conversation
DavePearce
force-pushed
the
2170-feat-sparse-representation-for-empty-columns
branch
3 times, most recently
from
August 21, 2026 23:43
126521d to
f90c297
Compare
DavePearce
force-pushed
the
2170-feat-sparse-representation-for-empty-columns
branch
5 times, most recently
from
August 31, 2026 05:55
dc42156 to
95f754b
Compare
DavePearce
enabled auto-merge (squash)
August 31, 2026 09:07
This updates the way data is stored within the trace columns by introducing a sparse representation for padding. Specifically, each column now maintains a "start" position which identifies where the real trace begins, and padding ends. Also, this adds support for columns which are all a single constant (excluding padding). In addition, this refactors the trace implementation itself to remove unnecessary interfaces, and provide a clean and immutable notion of trace. This required separating out the notion of trace builder from the final trace itself. Specifically, a MutArray now only supports Append() for adding more rows. Finally, the updates the trace stats reporting. NOTE: a key outstand cause of memory inefficiency currently lies with the memory log itself. This will need to be optimised sensibly in order to manage overall memory requirements. Signed-off-by: DavePearce <dave01001110@gmail.com>
DavePearce
force-pushed
the
2170-feat-sparse-representation-for-empty-columns
branch
from
August 31, 2026 22:07
1593629 to
45ee904
Compare
letypequividelespoubelles
approved these changes
Sep 1, 2026
DavePearce
deleted the
2170-feat-sparse-representation-for-empty-columns
branch
September 1, 2026 05:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.