Performance optimizations - Drop Mmap for backend store reading. Reading from memory-mapped files causes lots of small IOs. - Drop jemalloc. In 2021 the standard allocator is quite decent. - Write back to the restore device with only a single thread. We expect the underlying file system to process open write requests concurrently.