mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-12 04:27:51 -05:00
term: don't pack the outer struct, in the row struct
This appears to improve performance, back to the levels in the master branch. The struct is now 24 bytes, which is still a reduction of 25%, down from 32 bytes. Initial benchmarks suggest we're at the same performance levels as the master branch on all vtetest tests, and actually somewhat faster on some of the scroll tests.
This commit is contained in:
parent
117bb80dd0
commit
f3f9212c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ struct row {
|
|||
bool dirty;
|
||||
bool linebreak;
|
||||
|
||||
} __attribute__((packed));
|
||||
};
|
||||
|
||||
struct sixel {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue