Skip to content
View clibraries's full-sized avatar
Block or Report

Block or report clibraries

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
clibraries/README.md

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.

Popular repositories

  1. array-algorithms array-algorithms Public

    Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++

    C 210 7

  2. clibraries clibraries Public

    Config files for my GitHub profile.

  3. determinant-generator determinant-generator Public

    Generate fast code for computing determinants of matrices.

    JavaScript