limbo/core/storage
krishvishal 7d67895306 1. Added frangmentation handling to find_free_cell
2. Added asserts and corruption error to `allocate_cell_space`
2025-02-06 23:39:09 +05:30
..
btree.rs 1. Added frangmentation handling to find_free_cell 2025-02-06 23:39:09 +05:30
buffer_pool.rs core: Move buffer_pool.rs to storage module 2024-08-01 11:53:14 +03:00
database.rs syntactic changes: use assert_eq!() instead of assert!() for equality comparisons 2025-01-18 18:37:50 +01:00
mod.rs Add clippy CI, fix or ignore warnings where appropriate 2024-12-29 10:25:41 -05:00
page_cache.rs chore: fix typos 2025-01-23 11:25:01 +07:00
pager.rs Added free list and free_page functionality in Pager module. Now we can add dropped pages to free list, so pages can be reused in allocate_page. 2025-02-06 23:34:12 +05:30
sqlite3_ondisk.rs Implement block coalescing in free_cell_range to reduce fragmentation and also added fragmentation tracking. 2025-02-06 23:36:26 +05:30
wal.rs core: Switch to parking_lot for RwLock 2025-02-04 18:38:33 +02:00