- Madrid, Spain
-
10:56
(UTC +01:00) - https://www.andres-brugarolas.com/
- @andresjs17
- in/andres-brugarolas-martinez
- https://www.buymeacoffee.com/brugarolas
- https://www.npmjs.com/~brugarolas
Performance/Low-level C/C++/Asm
A C library and binary for generating machine code of x86_64 assembly language and executing on the fly without invoking another compiler, assembler or linker.
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
A collection of algorithms, data structures and other useful information for competitive programming.
Concurrent Deferred Reference Counting
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
C++ components used in the project https://github.com/rnburn/bbai
Zero-knowledge proof acceleration with GPUs for C++ and Rust
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
C++ std::thread Event Loop with Message Queue and Timer
The Refreshingly Simple Cross-Platform C++ Dataflow / Patching / Pipelining / Graph Processing / Stream Processing / Reactive Programming Framework
The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
The C++ Standard Library for Parallelism and Concurrency
The atomic_ops project (Atomic memory update operations portable implementation)
Simple C++14 stackful await using boost's asio, future and coroutine2 (for testing purposes only)
A low-level user space context-switching library based on the inner workings of boost.context (https://github.com/boostorg/context). Written in plain C99.
"Deboostified" version of boost.context (coroutines), Plain and simple C API for context switching. Easy build on multiple platforms.