goodcleanfun
Popular repositories Loading
-
-
vector_ops
vector_ops PublicGeneric vector functions for numeric types in C using OpenMP if available
C
-
tokens
tokens PublicArrays of tokens as string offsets and lengths as well as a tokenized string which stores the tokens as a single contiguous array of NUL-terminated strings using cstring_array
C
-
-
-
Repositories
- max_interval_tree Public
A dynamic, generic interval tree which allows querying the maximum weight of an interval containing the query and the interval at which that value was reached
goodcleanfun/max_interval_tree’s past year of commit activity - weighted_sum_interval_tree Public
A dynamic, balanced search tree that keeps track of a sum of weighted intervals
goodcleanfun/weighted_sum_interval_tree’s past year of commit activity - memory_pool Public
Generic memory pool for fixed types using block allocation and a free list stored within the blocks themselves
goodcleanfun/memory_pool’s past year of commit activity - concurrent_array Public
High-performance concurrent/thread-safe, generic, dynamic (push-only) array using read-write locks (write lock only held for resizing) and C11 atomics to ensure unique indices for each push.
goodcleanfun/concurrent_array’s past year of commit activity - byte_struct Public
A contiguous-memory runtime struct using byte offsets, for constructing e.g. multidimensional keys, tuples with more than one type
goodcleanfun/byte_struct’s past year of commit activity
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…