bit-manipulation

Tag

Cards List
#bit-manipulation

A faster way to calculate the day-of-the-week

Lobsters Hottest · 2026-08-16 Cached

The article presents fast algorithms for calculating the day-of-the-week from a day count, using bit manipulation and modulus techniques that outperform existing solutions, with implementations tuned for different platforms and use cases.

0 favorites 0 likes
#bit-manipulation

The mask that compiles to nothing: how HotSpot's JIT learned to reason about bits

Lobsters Hottest · 2026-07-03 Cached

This article explains how HotSpot's C2 JIT compiler uses a 'known bits' abstraction to track which bits of an integer are definitely zero or one, enabling optimizations like eliminating redundant bitwise AND operations.

0 favorites 0 likes
#bit-manipulation

Starting Systems Programming, Pt 1: Programmers Write Programs (2025)

Lobsters Hottest · 2026-05-16 Cached

An introductory article on systems programming covering fundamentals such as bit manipulation, parsing, filesystems, syscalls, and memory management, targeted at programmers.

0 favorites 0 likes
← Back to home

Submit Feedback