low-level

Tag

Cards List
#low-level

Optimizing LLVM's bump allocator

Lobsters Hottest · 14h ago Cached

This blog post details three recent optimizations to LLVM's BumpPtrAllocator, reducing fast-path overhead by removing redundant alignment, null pointer checks, and per-allocation accounting, resulting in improved performance for Clang, lld, and other LLVM components.

0 favorites 0 likes
#low-level

The Teensy Executable Revisited

Hacker News Top · 5d ago Cached

This article revisits techniques for creating extremely small ELF executables on Linux, exploring how to reduce size to 45 bytes by abusing header fields and overlapping structures while maintaining ELF specification conformance.

0 favorites 0 likes
#low-level

Performance of Rust language

Lobsters Hottest · 2026-05-25 Cached

This talk analyzes Rust's performance strengths and weaknesses compared to C++, providing benchmarks and best practices. Slides and reading materials are available.

0 favorites 0 likes
#low-level

libwce: the entropy layer of a wavelet codec, on its own

Lobsters Hottest · 2026-05-24 Cached

libwce is a minimal, patent-clean Rust library implementing a Bit-Plane Count (BPC) entropy layer for wavelet codecs, providing a stateless and dependency-free module for entropy coding.

0 favorites 0 likes
#low-level

SBCL: the ultimate assembly code breadboard (2014)

Hacker News Top · 2026-05-20 Cached

A technical blog post exploring how to use SBCL as a breadboard for assembly code, focusing on stack-based virtual machine techniques such as rotating stacks and efficient primop dispatch, with references to the F18 processor and x87 stack.

0 favorites 0 likes
#low-level

Just shows that nobody cares about debugging the parity flag any more

The Old New Thing (Raymond Chen) · 2026-05-18 Cached

A bug in the Windows debugging engine for x86-64 incorrectly reported the parity flag, going unnoticed for over two decades, highlighting how rarely the flag is debugged.

0 favorites 0 likes
#low-level

Show HN: Building a web server in assembly to give my life (a lack of) meaning

Hacker News Top · 2026-05-10 Cached

ymawky is a web server written entirely in ARM64 assembly for macOS, featuring syscall-only operations without libc and basic HTTP capabilities.

0 favorites 0 likes
#low-level

building a web server in aarch64 assembly to give my life (a lack of) meaning

Lobsters Hottest · 2026-05-08 Cached

The article introduces 'ymawky', a minimal HTTP web server written entirely in aarch64 assembly for macOS, using raw syscalls without libc wrappers to explore low-level system mechanics.

0 favorites 0 likes
← Back to home

Submit Feedback