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

Block or report SamWindell

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

Pinned

  1. Signet Signet Public

    Command-line program for bulk editing audio files on Windows, Linux and Mac

    C++ 20 2

  2. Atomic linked list of reference coun... Atomic linked list of reference counted objects - single reader, singler writer
    1
    // Single reader, single writer. Reading speed is the priority. Designed for the case where a
    2
    // background-thread is creating expensive-to-construct objects (like file reading + decoding) and a reading
    3
    // thread (such as a GUI thread) needs to use the objects with little overhead. The writing thread needs to
    4
    // frequently add or remove items from the list. Nodes from this struct can be stored in other data structures
    5
    // such as hash tables if needed. So long as node values are accessed with TryRetain and Release.
  3. samwindell.github.io samwindell.github.io Public

    Personal Website

    CSS