Skip to content
View michaeljclark's full-sized avatar
:electron:
:electron:

Block or report michaeljclark

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
michaeljclark/README.md

projects

  • c128 - 128-bit integer type with logic, shifts, arithmetic and bitmanip.
  • chashmap - simple open addressing hashmap, and linked hashmap in C11.
  • cpipe - low latency concurrent pipe buffer using C11 threads and atomics.
  • crefl - a C-type-reflection-API and clang plug-in to write reflection metadata.
  • cutty - an OpenGL terminal emulator using FreeType and HarfBuzz.
  • glcube - glcube is OpenGL cube demo in C11 using programmable shaders.
  • glhull - glhull is an experiment to render béziergon convex interior hulls.
  • mule - simple thread pool implementation using the C11 thread support library.
  • vf128 - variable length floating-point data format for IEEE 754 floating-point values.
  • x86 - lightweight metadata driven x86 instruction encoder and decoder library.
  • xi - Xi (aka ξ) is a search tool for the Unicode Character Database.
  • xsnprintf - simplified high-performance snprintf string formatting replacement.
  • zvec - zip_vector is a compressed variable length array that uses vectorized block codecs.

Pinned Loading

  1. crefl crefl Public

    crefl is a runtime library and compiler plug-in to support reflection in C.

    C++ 41 1

  2. vf128 vf128 Public

    vf128 variable length floating-point

    C++ 10

  3. glcube glcube Public

    OpenGL CMake project template using C99 linmath.h

    C 8

  4. zvec zvec Public

    zip_vector in-memory compressed variable length integer array

    C++ 17 2

  5. cutty cutty Public

    OpenGL terminal emulator

    C++ 5

  6. chashmap chashmap Public

    simple open addressing hashmap, and linked hashmap in C11.

    C 2