RHEL

Featured image for: Value range propagation in GCC with Project Ranger.
Article

New C features in GCC 13

Marek Polacek

The GNU Compiler Collection 13 release implemented a number of interesting features in its C front-end. This article summarizes the most interesting ones.

Featured image for Java topics.
Article

OpenJDK 8u372 to feature cgroup v2 support

Severin Gehwolf

Learn about a new feature in OpenJDK 8u372 that detects and applies container resource limits on a cgroup v2 host Linux system.

Featured image for: SCTP over UDP in the Linux kernel.
Article

Why you should use io_uring for network I/O

Donald Hunter

Discover io_uring, an async I/O API for Linux that can potentially benefit networking, and learn how to integrate it into your applications and I/O libraries.

Featured image for: Value range propagation in GCC with Project Ranger.
Article

A leaner <iostream> in libstdc++ for GCC 13

Patrick Palka

Learn about an upcoming change in GCC 13's libstdc++ that reduces executable size and improves startup times for C++ programs that use the <iostream> header.