mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +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