Tag
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.
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.