system-programming

Tag

Cards List
#system-programming

Native inotify in FreeBSD

Lobsters Hottest · 2026-07-14 Cached

The article describes the implementation of native inotify support in FreeBSD, solving file monitoring issues with the existing userspace library by moving inotify into the kernel for better performance and correctness.

0 favorites 0 likes
#system-programming

Gamedev in Zig is actually pretty good (2025)

Lobsters Hottest · 2026-07-11 Cached

Zig language performs well in game development, with seamless C interop and fine-grained memory control, suitable for developers who prefer low-level control. Although the language is still young, with issues like weak LSP and incomplete documentation, it is worth trying in 2025.

0 favorites 0 likes
#system-programming

BLISS

Hacker News Top · 2026-07-11 Cached

BLISS is a system programming language developed at Carnegie Mellon University around 1970, known for its typeless design and optimizing compiler.

0 favorites 0 likes
#system-programming

Magic Buffers and io_uring Registered Buffers

Hacker News Top · 2026-06-15 Cached

The article explores using mmap to create a magic ring buffer where two contiguous virtual memory ranges map the same physical memory, and tests its compatibility with io_uring's registered buffers, finding that it works as expected.

0 favorites 0 likes
#system-programming

Restartable Sequences

Hacker News Top · 2026-05-31 Cached

The article introduces Linux restartable sequences (rseq), a kernel feature that enables thread-safe data structures without locks or atomics, achieving dramatic performance improvements on many-core CPUs. It provides a tutorial and demonstrates up to 43x speedup on a 96-core AMD Threadripper.

0 favorites 0 likes
← Back to home

Submit Feedback