Switch language한국어
Back to the list

Converting an Integer to a Decimal String in Under Two Nanoseconds | Hacker News

TL;DR AI

Key summary

2 min read
  1. Hacker News discussed a sub-2 ns integer-to-decimal conversion method and whether it matters outside hot bottlenecks.

  2. Commenters debated how often number formatting shows up in JSON, XML, and other text-heavy workloads.

  3. The thread also compared AVX-512 with newer vector ISAs like RISC-V vectors and Arm SME.

  4. A key theme was which hardware targets will best support future compiler optimizations and portable performance.

Read the original