this post was submitted on 10 May 2026
118 points (96.1% liked)

Memes

55837 readers
873 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 7 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] SubArcticTundra@lemmy.ml 5 points 1 week ago (1 children)

For desktop/app level stuff this is already the case with DConf, so I guess the challenge would just be to extend this into the kernel/services how

[โ€“] plyth@feddit.org 2 points 1 week ago* (last edited 1 week ago)

Avoiding round trips and context switches is desirable in itself, but the real advantage[citation needed] comes from allowing the I/O scheduler in the kernel to do a better job by saturating it with requests coming from all of the applications trying to read their keys (as opposed to a common configuration server serially requesting a single key at a time).

Having all of the keys in a single compact binary format also avoids the intense fragmentation problems currently experienced by the tree-of-directories-of-xml-files approach

https://en.wikipedia.org/wiki/Dconf

I didn't know.