Shared libraries
Shared libraries
Posted Nov 26, 2025 2:38 UTC (Wed) by Cyberax (✭ supporter ✭, #52523)In reply to: Shared libraries by Whyte
Parent article: APT Rust requirement raises questions
No, it used its own display manager. That was pretty snappy but limited.
I think that these days, graphics library problem can be solved by moving the UI into Electron-like shells, with a shared browser layer. And custom native code can be called via IPC. This in theory can provide even more optimizations, like pre-forked initialized shell that can be forked up without waiting for it to load (like the 'zygote' process in Android).
BTW, the browser doesn't have to be Chromium. Servo would be great for this purpose.
