domargan's Stars
jgraph/drawio-desktop
Official electron build of draw.io
laurent22/joplin
Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS.
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
microsoft/checkedc
Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code.
khizmax/libcds
A C++ library of Concurrent Data Structures
STEllAR-GROUP/hpx
The C++ Standard Library for Parallelism and Concurrency
nnethercote/perf-book
The Rust Performance Book
betty200744/ultimate-go
This repo contains my notes on working with Go and computer systems.
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
dougbinks/enkiTS
A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
preshing/junction
Concurrent data structures in C++
jbmusso/awesome-graph
A curated list of resources for graph databases and graph computing tools
anthonywilliams/ccia_code_samples
Code samples for C++ Concurrency in Action
AlexeyAB/object_threadsafe
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
mpoeter/xenium
A C++ library providing various concurrent data structures and reclamation schemes.
pramalhe/ConcurrencyFreaks
Gnuplotting/gnuplot-palettes
Color palettes for gnuplot
arsenm/sanitizers-cmake
CMake modules to help use sanitizers
RecallGraph/RecallGraph
A versioning data store for time-variant graph data.
akrzemi1/Optional
optional (nullable) objects for C++14
sepandhaghighi/pyrgg
🔧 Python Random Graph Generator
pdclab/graphbolt
GraphBolt: Dependency-Driven Synchronous Processing of Streaming Graphs
domargan/awesome-dynamic-graphs
A collection of resources on dynamic/streaming/temporal/evolving graph processing systems, databases, data structures, datasets, and related academic and industrial work
farkhor/PaRMAT
Multi-threaded Large-Scale RMAT Graph Generator.
cwida/teseo
A C++ library for the analysis of structural dynamic graphs
cwida/gfe_driver
C++ driver to evaluate updates in dynamic structural graphs
the-data-lab/gstore
G-Store: High-Performance Graph Store for Trillion-Edge Processing. SC'16
LPD-EPFL/ASCYLIB-Cpp
Porting ASCYLIB to C++
the-data-lab/graph-generator-converter
Graph data generation and conversion engine
Chorograph/FETA3
FETA: Framework for Evolving Topology Analysis. Java-based graph analysis software.