mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-15 04:54:20 +01:00
This pr adds a new crate to increase expressivity of tests with complex things like btree node splitting. To run tests: ```bash cd core_tester cargo test test_sequential_write -- --nocapture ``` This prs improves btree balancing with simple page splitting and some minor refactors. Closes #316