[PR #243] [MERGED] Fix issue #242 #185

Closed
opened 2026-05-23 08:32:53 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/243
Author: @appy-one
Created: 8/19/2023
Status: Merged
Merged: 8/19/2023
Merged by: @appy-one

Base: masterHead: appy-one/issue242


📝 Commits (2)

  • 1f612b7 Trigger single-leaf tree growth rebuilds on time
  • 444c1ff improved unit test

📊 Changes

2 files changed (+21 additions, -6 deletions)

View changed files

📝 src/btree/binary-tree.ts (+7 -2)
📝 src/storage/binary/test.spec.ts (+14 -4)

📄 Description

This causes single-leaf trees to be saved when they reach their max number of entries, so they can be rebuilt (increased in size) when a next batch of add operations is processed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/243 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 8/19/2023 **Status:** ✅ Merged **Merged:** 8/19/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `appy-one/issue242` --- ### 📝 Commits (2) - [`1f612b7`](https://github.com/appy-one/acebase/commit/1f612b7576738dda0b808253579c07bd7af442a1) Trigger single-leaf tree growth rebuilds on time - [`444c1ff`](https://github.com/appy-one/acebase/commit/444c1ffd7fee6ee3538b1b7a804c85fd2ffc4ffc) improved unit test ### 📊 Changes **2 files changed** (+21 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/btree/binary-tree.ts` (+7 -2) 📝 `src/storage/binary/test.spec.ts` (+14 -4) </details> ### 📄 Description This causes single-leaf trees to be saved when they reach their max number of entries, so they can be rebuilt (increased in size) when a next batch of add operations is processed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:32:53 -06:00
Sign in to join this conversation.
No milestone
No project
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: github-starred/acebase#185
No description provided.