<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/phoronix/best-of/2026/04" -->

---
title: Best Phoronix posts — April 2026 | daily.dev
description: The most upvoted Phoronix posts from April 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/phoronix/best-of/2026/04
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/phoronix/best-of/2026/04
og:type: website
og:site_name: daily.dev
og:title: Best Phoronix posts — April 2026 | daily.dev
og:description: The most upvoted Phoronix posts from April 2026, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Phoronix — April 2026

1. 1  
[](https://daily.dev/posts/rust-written-zed-1-0-code-editor-released-6ln2ac4rf "Rust-Written Zed 1.0 Code Editor Released")  
Article  
![Avatar of phoronix](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6a26ba379dd64932830aa0c9803dd7ee)Phoronix · 19w  
Rust-Written Zed 1.0 Code Editor Released  
Zed, the Rust-written cross-platform code editor created by the developers behind Atom, has reached version 1.0\. The release includes real-time collaborative editing, AI integration, GPU-accelerated rendering, Git integration, and debugging support. Available on Windows, macOS, and Linux, the 1.0 milestone signals that most developers can now feel at home in Zed, though the team emphasizes it means readiness rather than perfection.  
171  
24
2. 2  
[](https://daily.dev/posts/linus-torvalds-rejects-performance-fix-hack-kconfig-terrible-things-for-linux-7-1-2b5ftbbgl "Linus Torvalds Rejects Performance Fix "Hack" & Kconfig "Terrible Things" For Linux 7.1")  
Article  
![Avatar of phoronix](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6a26ba379dd64932830aa0c9803dd7ee)Phoronix · 21w  
Linus Torvalds Rejects Performance Fix "Hack" & Kconfig "Terrible Things" For Linux 7.1  
During the Linux 7.1 merge window, Linus Torvalds rejected two pull requests with characteristically blunt commentary. The first addressed a performance regression in the audit subsystem on high core count CPUs caused by excessive spinlock contention from repeated path\_get/path\_put calls. Torvalds called the proposed fix a 'hack' that exposed broken audit code assumptions to non-audit users, particularly around how pwd and root paths are treated differently. The submitter agreed and dropped the patches. The second rejection involved a new BOOTPARAM\_RCU\_STALL\_PANIC Kconfig option for triggering kernel panics on RCU stalls. Torvalds forcefully rejected it, reiterating his long-standing position that Kconfig files should not be cluttered with options that can be handled via sysctl or boot parameters, as they represent the most visible interface for new kernel developers.  
83  
4
3. 3  
[](https://daily.dev/posts/redox-os-introducing-new-cpu-scheduler-for-1-5x-performance-in-heavy-tasks-re7lehlk2 "Redox OS Introducing New CPU Scheduler For ~1.5x Performance In Heavy Tasks")  
Article  
![Avatar of phoronix](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6a26ba379dd64932830aa0c9803dd7ee)Phoronix · 22w  
Redox OS Introducing New CPU Scheduler For \~1.5x Performance In Heavy Tasks  
Redox OS is introducing a new Deficit Weighted Round Robin (DWRR) CPU scheduler to replace its legacy Round Robin scheduler, developed as part of Redox Summer of Code. The new scheduler delivers approximately 1.5x improvement in operations per second for CPU-bound tasks, a \~15% gain in interactive responsiveness through priority boosting for interactive workloads, and a \~48% increase in scheduling throughput. Wakeup latencies and context switching times also dropped significantly.  
18
4. 4  
[](https://daily.dev/posts/aws-engineer-reports-postgresql-performance-halved-by-linux-7-0-but-a-fix-may-not-be-easy-6aizj4eyv "AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy")  
Article  
![Avatar of phoronix](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6a26ba379dd64932830aa0c9803dd7ee)Phoronix · 22w  
AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy  
An AWS engineer discovered that the Linux 7.0 development kernel cuts PostgreSQL throughput roughly in half on Graviton4 hardware. The regression was traced to Linux 7.0 restricting available kernel preemption modes, causing significantly more time spent in user-space spinlocks. A patch was proposed to restore PREEMPT\_NONE as the default, but kernel maintainer Peter Zijlstra pushed back, arguing the proper fix is for PostgreSQL to adopt the Restartable Sequences (RSEQ) time slice extension introduced in Linux 7.0\. If the patch is rejected, PostgreSQL users could face major performance degradation when Linux 7.0 stable ships in approximately two weeks.  
17
5. 5  
[](https://daily.dev/posts/ghostty-opengl-accelerated-terminal-available-on-ubuntu-26-04-lts-w8seh01ht "Ghostty OpenGL-Accelerated Terminal Available On Ubuntu 26.04 LTS")  
Article  
![Avatar of phoronix](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6a26ba379dd64932830aa0c9803dd7ee)Phoronix · 20w  
Ghostty OpenGL-Accelerated Terminal Available On Ubuntu 26.04 LTS  
Ghostty, an OpenGL-accelerated terminal emulator written in Zig, is now available in the Ubuntu 26.04 LTS universal archive. While Ptyxis remains the default terminal on this long-term support release, users can install Ghostty as a preview option via 'sudo apt install ghostty'. The announcement was made by Canonical engineer Pushkar Niranjan Kulkarni.  
15  
2
6. 6  
[](https://daily.dev/posts/gnome-s-maps-graphs-rustconn-other-app-improvements-hgd961dte "GNOME's Maps, Graphs, RustConn & Other App Improvements")  
Article  
![Avatar of phoronix](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6a26ba379dd64932830aa0c9803dd7ee)Phoronix · 20w  
GNOME's Maps, Graphs, RustConn & Other App Improvements  
The latest 'This Week in GNOME' highlights several app updates: GNOME Maps gains public transit boarding/disembarking stop display, Graphs 2.0 approaches release with infinite-range equations and a redesigned style editor, Goblin emerges as a new GObject linter for C codebases, RustConn (a Rust-based network connection manager) refines its UI, and Pods 3.0 introduces a flexible container engine abstraction layer for managing Podman containers.  
13  
1
7. 7  
[](https://daily.dev/posts/cachyos-introduces-new-default-gui-package-manager-kyber-for-nvme-i-o-scheduler-421kdmqbn "CachyOS Introduces New Default GUI Package Manager, Kyber For NVMe I/O Scheduler")  
Article  
![Avatar of phoronix](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/6a26ba379dd64932830aa0c9803dd7ee)Phoronix · 19w  
CachyOS Introduces New Default GUI Package Manager, Kyber For NVMe I/O Scheduler  
CachyOS April 2026 ISO refresh brings several notable changes: Shelly replaces Octopi as the default GUI package manager, DNS-over-HTTPS support is added for improved privacy, and the default NVMe I/O scheduler switches from none to Kyber for better responsiveness. The update also includes an improved vRAM management toggle leveraging Valve's work on low-vRAM optimization for Linux, along with installer improvements and various bug fixes.  
20

[See all Phoronix archives](/sources/phoronix/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/phoronix/best-of/2026/04#page","url":"https://daily.dev/sources/phoronix/best-of/2026/04","name":"Best Phoronix Posts — April 2026","description":"The most upvoted Phoronix posts from April 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/phoronix/best-of/2026/04#items","numberOfItems":7,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/rust-written-zed-1-0-code-editor-released-6ln2ac4rf","name":"Rust-Written Zed 1.0 Code Editor Released"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/linus-torvalds-rejects-performance-fix-hack-kconfig-terrible-things-for-linux-7-1-2b5ftbbgl","name":"Linus Torvalds Rejects Performance Fix \"Hack\" & Kconfig \"Terrible Things\" For Linux 7.1"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/redox-os-introducing-new-cpu-scheduler-for-1-5x-performance-in-heavy-tasks-re7lehlk2","name":"Redox OS Introducing New CPU Scheduler For ~1.5x Performance In Heavy Tasks"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/aws-engineer-reports-postgresql-performance-halved-by-linux-7-0-but-a-fix-may-not-be-easy-6aizj4eyv","name":"AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/ghostty-opengl-accelerated-terminal-available-on-ubuntu-26-04-lts-w8seh01ht","name":"Ghostty OpenGL-Accelerated Terminal Available On Ubuntu 26.04 LTS"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/gnome-s-maps-graphs-rustconn-other-app-improvements-hgd961dte","name":"GNOME's Maps, Graphs, RustConn & Other App Improvements"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/cachyos-introduces-new-default-gui-package-manager-kyber-for-nvme-i-o-scheduler-421kdmqbn","name":"CachyOS Introduces New Default GUI Package Manager, Kyber For NVMe I/O Scheduler"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Phoronix","item":"https://daily.dev/sources/phoronix"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/phoronix/best-of"},{"@type":"ListItem","position":5,"name":"April 2026"}]}]}
```

