Loeck, YannickYannickLoeckDietrich, ChristianChristianDietrich2024-01-042024-01-042023IEEE Access 11: 3338149 (2023)https://hdl.handle.net/11420/44827The general-purpose virtual-memory subsystem of Linux does not scale to the multimillion IOP/s SSDs of today. Further, its implicit write-back and back-fill semantic hinders data-intensive applications, like databases, more than it actually helps. In contrast, explicit virtual-memory abstractions, as introduced by ExMap, provide an Exokernel-like interface to manipulate theVMsurface. Thereby, the user application remains in full control over the VM surface and can benefit from low operation latencies. In this paper, we investigate the performance of the existing ExMap abstraction and propose enhancements for its system-call interface, its process-local memory pool management, and the user-space page-state tracking. With memory-mapped I/O vectors, the global bundle list, and exported page tables, we improve the end-toend throughput of in-memory random B+tree lookups by up to 5.7 percent, while the out-of-memory case improves by up to 4.9 percent.enIEEE Access2023IEEEhttps://creativecommons.org/licenses/by/4.0/buffer managerexplicit file-mapped I/Ohigh-performance I/Operformance optimizationuser-space solutionVirtual memoryComputer SciencesEvaluation and refinement of an explicit virtual-memory primitiveJournal Article10.15480/882.898910.1109/ACCESS.2023.333814910.15480/882.8989Journal Article