mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
6601ff9d65
Previously, `Heap` would store serialized data in blocks of 1024 bytes regardless of the actual length. Data longer than 1024 bytes was silently truncated causing database corruption. This changes the heap storage to prefix every block with two new fields: the total data size in bytes, and the next block to retrieve if the data is longer than what can be stored inside a single block. By chaining blocks together, we can store arbitrary amounts of data without needing to change anything of the logic in the rest of LibSQL. As part of these changes, the "free list" is also removed from the heap awaiting an actual implementation: it was never used. Note that this bumps the database version from 3 to 4, and as such invalidates (deletes) any database opened with LibSQL that is not version 4. |
||
---|---|---|
.. | ||
apps | ||
color-palettes | ||
color-schemes | ||
cursor-themes | ||
devel/templates | ||
emoji | ||
fonts | ||
graphics | ||
html | ||
icons | ||
js/Spreadsheet | ||
keymaps | ||
themes | ||
wallpapers | ||
fortunes.json | ||
words.txt |