limbo/core/storage
Pekka Enberg 6d44ad22fd core: Optimize read_record() function
The SerialType::try_from() was pretty high up in CPU profiles so I asked
my dear friend Claude to optimize it away by using the serial type
integer value directly instead of constructing a fancy enumeration.
2025-02-26 13:31:38 +02:00
..
btree.rs rm log, switch all to tracing 2025-02-11 09:03:36 -04: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 Add clippy CI, fix or ignore warnings where appropriate 2024-12-29 10:25:41 -05:00
page_cache.rs rm log, switch all to tracing 2025-02-11 09:03:36 -04:00
pager.rs rm log, switch all to tracing 2025-02-11 09:03:36 -04:00
sqlite3_ondisk.rs core: Optimize read_record() function 2025-02-26 13:31:38 +02:00
wal.rs rm log, switch all to tracing 2025-02-11 09:03:36 -04:00