limbo/core/storage
Pekka Enberg f57d2b32af core: Clean up B-Tree creation code
Move page allocation to pager so that we don't need to instantiate a
cursor to create a B-Tree.
2025-03-04 18:38:06 +02:00
..
btree.rs core: Clean up B-Tree creation code 2025-03-04 18:38:06 +02:00
buffer_pool.rs core: Move buffer_pool.rs to storage module 2024-08-01 11:53:14 +03:00
database.rs Merge 'Remove unnecessary reference counting from completion I/O callbacks' from Preston Thorpe 2025-02-10 12:11:30 +02:00
mod.rs Minor improvements and cleanups in btree 2025-03-01 15:48:42 -05:00
page_cache.rs rm log, switch all to tracing 2025-02-11 09:03:36 -04:00
pager.rs core: Clean up B-Tree creation code 2025-03-04 18:38:06 +02:00
sqlite3_ondisk.rs Merge 'Implement SQLite balancing algorithm' from Pere Diaz Bou 2025-02-28 19:10:52 +02:00
wal.rs rm log, switch all to tracing 2025-02-11 09:03:36 -04:00