limbo/core/storage
2025-11-20 12:47:45 -05:00
..
btree.rs Begin to implement index creation on arbitrary expressions 2025-11-20 12:47:45 -05:00
buffer_pool.rs fix compilation 2025-11-11 22:22:34 +04:00
checksum.rs rename checksums tests appropriately 2025-10-13 13:48:07 +05:30
database.rs rename Completion functions 2025-10-06 11:07:06 -03:00
encryption.rs Replace several RwLock<Enum> values with new AtomicEnums 2025-10-22 09:35:26 -04:00
mod.rs Add subjournal module 2025-10-22 23:40:44 +03:00
page_cache.rs core: Switch to FxHash to improve performance 2025-10-26 16:48:59 +02:00
pager.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
slot_bitmap.rs use workspace rand version 2025-10-21 14:10:05 -03:00
sqlite3_ondisk.rs Change ValueRef::Text to use a &str instead of &[u8] 2025-11-11 16:11:46 -03:00
state_machines.rs refactor/idx_insert: move seeking to VDBE instead of BTreeCursor 2025-08-19 19:04:42 +03:00
subjournal.rs clippy: Remove unnecessary referencing 2025-10-22 23:40:45 +03:00
wal.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00