Skip to content

Instantly share code, notes, and snippets.

@scott-fleischman
Last active November 10, 2017 19:55
Show Gist options
  • Save scott-fleischman/b3ed6ead1b9c44db2da8ae9d7af656b8 to your computer and use it in GitHub Desktop.
Save scott-fleischman/b3ed6ead1b9c44db2da8ae9d7af656b8 to your computer and use it in GitHub Desktop.
Articles on High Performance

Dropbox - Optimizing web servers for high throughput and low latency

https://blogs.dropbox.com/tech/2017/09/optimizing-web-servers-for-high-throughput-and-low-latency/

Missed optimizations in C compilers (GCC/Clang/CompCert)

https://github.com/gergo-/missed-optimizations

Are Jump Tables Always Fastest?

http://www.cipht.net/2017/10/03/are-jump-tables-always-fastest.html

Hardware Caches and Optimization

Lukas Waymann 2017-06-27 Site PDF

What Every Programmer Should Know About Memory

Ulrich Drepper - November 21, 2007 - PDF

Nonblocking I/O

https://medium.com/@copyconstruct/nonblocking-i-o-99948ad7c957

ARM Assembly Basics Cheatsheet

https://azeria-labs.com/assembly-basics-cheatsheet/

Malloc from scratch

https://www.destroyallsoftware.com/screencasts/catalog/malloc-from-scratch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment