DaKellyFella's Stars
oracle/graal
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
brendangregg/perf-tools
Performance analysis tools based on Linux perf_events (aka perf) and ftrace
rr-debugger/rr
Record and Replay Framework
scylladb/seastar
High performance server-side application framework
pytorch/cpuinfo
CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)
editor-rs/vscode-rust
Rust for Visual Studio Code
gramoli/synchrobench
A benchmark to compare synchronization techniques for multicore programming
TooBiased/growt
This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating the current table once it gets too full.
utwente-fmt/vercors
The VerCors verification toolset for verifying parallel and concurrent software
schani/michael-alloc
Lock-free allocator as described by Maged M. Michael, 2004
Willtor/forkscan
Forkscan Memory Reclamation
Willtor/def
The DEF compiler
SolitaryThinker/C-YCSB
C++ port of YCSB