limbo/core/mvcc
2025-11-11 16:11:46 -03:00
..
database have RecordCursor::get_values return an Iterator for actual lazy deserialization. Unfortunately we won't see much improvement yet as we do not store the RecordCursor when calling ImmutableRecord::get_values 2025-11-11 16:11:46 -03:00
persistent_storage Change ValueRef::Text to use a &str instead of &[u8] 2025-11-11 16:11:46 -03:00
clock.rs core/mvcc: Move source code to module 2025-02-05 13:25:16 +02:00
cursor.rs more clippy 2025-11-10 17:20:15 +01:00
mod.rs core: Switch RwLock<Arc<Pager>> to ArcSwap<Pager> 2025-10-24 14:10:08 +03:00