Pinned Loading
-
nbhs.h
nbhs.h 1////////////////////////////////
2// NBHS - Non-blocking hashset
3////////////////////////////////
4// You wanna intern lots of things on lots of cores? this is for you. It's
5// inspired by Cliff's non-blocking hashmap.
-
greenies.c
greenies.c 1// Compile with clang or MSVC (WINDOWS ONLY RN)
2//
3// Implementing a POC green threads system using safepoints to show how cheap and simple it can
4// be done, all you need to do is call SAFEPOINT_POLL in your own language at the top of every
5// loop and function body (you can loosen up on this depending on the latency of pausing you're
-
coff_embed.c
coff_embed.c 1// Mostly portable example of creating an object file to embed a binary.
2// Requires stb_ds.h (https://github.com/nothings/stb/blob/master/stb_ds.h)
3// Arguments:
4//
5// coff_embed [name] [input]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.