libcxx

Tag

Cards List
#libcxx

Rotation revisited: Cycle decomposition in clang’s libcxx

The Old New Thing (Raymond Chen) · 2026-06-04 Cached

The article delves into the cycle decomposition algorithm used in clang's libcxx for rotation, explaining how it achieves the minimum number of swaps by computing the greatest common divisor (gcd) to determine the number of cycles.

0 favorites 0 likes
#libcxx

Simdutf Can Now Be Used Without libc++ or libc++abi

Mitchell Hashimoto · 2026-04-15 Cached

Simdutf, a fast Unicode library, can now be used without requiring libc++ or libc++abi, making it more portable for embedded, WebAssembly, and freestanding environments. This change removes the last libc++ dependency from the Ghostty terminal emulator's library.

0 favorites 0 likes
← Back to home

Submit Feedback