How To Move Bytes Around
- Track: Software Performance
- Room: H.1301 (Cornil)
- Day: Sunday
- Start: 15:10
- End: 15:50
- Video only: h1301
- Chat: Join the conversation!
If you take a random program and start profiling it, you'll usually find that the memcpy function is at the top. However, this doesn't necessarily mean memcpy is slow. The most hopeless thing a C++/Rust developer can do (while no one is watching) is optimize memcpy to move bytes faster. That's exactly what we'll do.
Speakers
| Alexey Milovidov |