Tout (en)

  • GNOME 3.17.1 Released (Phoronix)
    Javier Jardón announced the official release of GNOME 3.17.1 on Sunday, the development milestone leading up to GNOME 3.18...
  • The Massive Linux Benchmarking Setup Is Chugging Along (Phoronix)
    It's going on one month now that our massive new server/benchmarking Linux and open-source benchmarking farm has been operational. So far things are going great and continuing to churn out a lot of performance data for the very latest Git code of the Linux kernel, Mesa, LLVM/Clang, and other projects on a daily basis...
  • GCC To Begin Implementing MMX Intrinsics With SSE Instructions (Phoronix)
    While current-generation Intel/AMD CPUs are still supporting the MMX SIMD instruction set from two decades ago, a set of GCC compiler patches are pending to begin implementing MMX intrinsics using SSE instructions...
  • LLVM Picks Up 3DNow! Improvements In 2017 (Phoronix)
    As a flashback to the past, hitting the LLVM Git/SVN code today were improvements for those still running with processors supporting AMD's 3DNow! extensions...
  • More HDR Display Bits On The Way For The Linux 5.3 Kernel (Phoronix)
    For years there have been open-source developers working on plumbing support for High Dynamic Range (HDR) displays into the Linux desktop stack and it looks like the Direct Rendering Manager driver support is slowly but surely getting there...
  • SteamOS: Desktop vs. Big Picture Mode Benchmarks (Phoronix)
    Curious if running Linux games via Steam's Big Picture Mode causes a performance impact over a conventional desktop session? Here's some benchmarks...
  • Steam's December Numbers Point To A Lower Linux Marketshare But With More Oddities (Phoronix)
    I refrained from writing about Valve's Steam Survey numbers at the start of January when they were posted for December as the numbers didn't seem up to scratch. But half-way through the month now, the same numbers are up with no edits by Valve, as we've seen in some months when they refine their measurements...
  • Ringing In 2020 By Clang'ing The Linux 5.5 Kernel - Benchmarks Of GCC vs. Clang Built Kernels (Phoronix)
    One of the interesting milestones this year in the compiler world was the ability with LLVM Clang 9.0 to compile Linux 5.3+ for x86_64 without needing any extra patches to either the kernel or the LLVM/Clang compiler. That initial support in Linux 5.3 was not without a few issues, but on Linux 5.5 the experience is in great shape with the stable Clang compiler.
  • EXT4 & Btrfs Regressions In Linux 2.6.36 (Phoronix)
    Recently when benchmarking the Btrfs and EXT4 file-systems we were left surprised that the performance of the next-generation Btrfs file-system had regressed against EXT4 to the point where the evolutionary file-system is measurably faster in a greater number of disk benchmarks. In fact, even with solid-state drives and Btrfs offering an SSD optimized mode, it still conceded to EXT4. It turns out that in the Linux 2.6.35 kernel, Btrfs regressed. This regression should have been fixed with the Linux 2.6.36 kernel, but recently when benchmarking EXT4/Btrfs against ZFS-FUSE on a 2.6.36 development snapshot we found its performance to still be poor for Btrfs compared to EXT4. To confirm where these two most prominent Linux file-systems are at right now, we have new EXT4 and Btrfs performance results from the Linux 2.6.34, 2.6.35, and 2.6.36-rc3 kernels.


  • GFX-RS Continues Advancing For High-Performance, Portable Graphics In Rust (Phoronix)
    GFX-RS has been the Rust programming language project for a high-performance, portable graphics API that can map to Vulkan, Apple's Metal, Direct3D, etc from a single Rust API...