Best of PhoronixNovember 2024

  1. 1
    Article
    Avatar of phoronixPhoronix·2y

    Apple M4 Mac Mini With macOS vs. Intel / AMD With Ubuntu Linux Performance Review

    Apple recently released their latest M4-powered Mac Mini, starting at under $600 and featuring a new compact design with significant updates, including a 10-core GPU and 16GB of unified memory. Preliminary benchmarks compare its performance to AMD Ryzen and Intel Core CPUs running Ubuntu Linux. The new Mac Mini offers various configurations, with the highest-end model featuring 12 CPU cores, 24GB of memory, and a 16-core Neural Engine. Asahi Linux support for Apple's M4 hardware is still in development but shows promise for future testing and compatibility.

  2. 2
    Article
    Avatar of phoronixPhoronix·1y

    Linux Kernel Performance Bottlenecks Spotted By Mold Developer

    The developer behind Mold has pointed out several performance bottlenecks in the Linux kernel. Key issues include a significant delay in the `exit(2)` system call for large processes, slower write speeds to new files compared to existing ones, and the lack of a safe, system-wide semaphore. These observations are based on tests where Mold could link a 4 GiB LLVM/clang executable much faster when overwriting an existing file compared to creating a new one.

  3. 3
    Article
    Avatar of phoronixPhoronix·2y

    Archinstall 3.0 Overhauls The Text-Based Arch Linux Installer

    Archinstall 3.0 now uses the curses library to improve the text user interface, allowing for more complex layouts and a familiar look. This update also includes various code quality improvements, fixes, and other enhancements. Additional details and downloads are available on GitHub.