You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Daniel Lemire, "Converting integers to decimal strings faster with AVX-512," in Daniel Lemire's blog, March 28, 2022, https://lemire.me/blog/2022/03/28/converting-integers-to-decimal-strings-faster-with-avx-512/.
684
-
685
-
---
686
-
687
-
# Does fast integer processing matter?
688
-
623
+
* Use the equivalent of `std::to_chars`
624
+
* Could use SIMD if we wanted to
625
+
* Daniel Lemire, "Converting integers to decimal strings faster with AVX-512," in Daniel Lemire's blog, March 28, 2022, https://lemire.me/blog/2022/03/28/converting-integers-to-decimal-strings-faster-with-avx-512/.
689
626
* Replace fast digit count by naive approach based on `std::to_string`
0 commit comments