mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 23:14:13 +00:00
The default file-system communication-buffer size of 128 KiB combined with the clamping of requests to 1/4th the buffer size results in the fragementation of read operations into 32 KiB chunks. This is overly conservative and causes high context-switch overhead down the storage stack (vfs server -> part_block -> block driver). Related to #4613
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.