Hacker News
- Counting bytes faster than you'd think possible https://blog.mattstuchlik.com/2024/07/21/fastest-memory-read.html 31 comments
- Summing ASCII encoded integers on Haswell at almost the speed of memcpy http://blog.mattstuchlik.com/2024/07/12/summing-integers-fast.html 36 comments
- Recording and visualising the 20k system calls it takes to "import seaborn" http://blog.mattstuchlik.com/2024/02/16/counting-syscalls-in-python.html 53 comments
Lobsters
- Counting Bytes Faster Than You'd Think Possible https://blog.mattstuchlik.com/2024/07/21/fastest-memory-read.html 6 comments assembly , c , performance
- Counting Bytes Faster Than You’d Think Possible https://blog.mattstuchlik.com/2024/07/21/fastest-memory-read.html 17 comments programming
- Counting Bytes Faster Than You’d Think Possible https://blog.mattstuchlik.com/2024/07/21/fastest-memory-read.html 8 comments programming
- Counting Bytes Faster Than You'd Think Possible https://blog.mattstuchlik.com/2024/07/21/fastest-memory-read.html 3 comments programming
- Counting Bytes Faster Than You'd Think Possible https://blog.mattstuchlik.com/2024/07/21/fastest-memory-read.html 12 comments cpp
- Summing ASCII encoded integers on Haswell at almost the speed of memcpy http://blog.mattstuchlik.com/2024/07/12/summing-integers-fast.html 18 comments cpp
- Syscall Showdown: Python vs. Ruby http://blog.mattstuchlik.com/2024/07/07/syscall-showdown.html 6 comments programming
- Syscall Showdown: Python vs. Ruby http://blog.mattstuchlik.com/2024/07/07/syscall-showdown.html 6 comments ruby
- Counting CPU Instructions in Python http://blog.mattstuchlik.com/2024/02/08/counting-cpu-instructions-in-python.html 8 comments programming
- Counting CPU Instructions in Python http://blog.mattstuchlik.com/2024/02/08/counting-cpu-instructions-in-python.html 35 comments python
- This sneaky 1-line change sped up subprocess#communicate 1000x+ http://blog.mattstuchlik.com/2024/01/31/sneaky-one-liner.html 27 comments programming
- This sneaky 1-line change sped up subprocess#communicate 1000x+ http://blog.mattstuchlik.com/2024/01/31/sneaky-one-liner.html 13 comments ruby