Clean Code Performance. A guide to writing software that runs fast and stays easy to understand.

github.com/unclebob/Clean-Code-Performance

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2023
  • multifunction dispatch
  • cockpit error. Damn breaks.
  • I've put it pretty much back the way it was, dispatch still faster. …
  • brucewedding makes dispatch 11ns faster than switch. How?
  • Ten derivatives
  • Three derivatives and a very large array.
  • two derivatives and random deployment
  • use 1000 instances of D
  • devirtualize the dispatch
  • initial commit