Make append buffer contiguous and update iterators

This commit is contained in:
2026-08-06 19:39:59 +01:00
parent 5722731c6a
commit 189b9ab6ca
19 changed files with 463 additions and 506 deletions
-2
View File
@@ -48,7 +48,6 @@ struct Vase {
std::filesystem::path swapdir;
Vase(std::filesystem::path path, std::filesystem::path swapdir);
~Vase();
uint64_t length();
@@ -80,7 +79,6 @@ struct Vase {
bool undo();
bool redo();
void snapshot();
void prune_history(uint64_t n);