Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 301 Bytes

File metadata and controls

7 lines (4 loc) · 301 Bytes

I write high quality C libraries using the following guidelines:

  • performance: fast libraries are useful in a more contexts than slow libraries.

  • header only: the easiest dependency management approach is to have no dependencies.

  • standards compliant: keep code portable and minimize surprises.