Pinned Repositories
.emacs.d-vg
aeron
Efficient reliable UDP unicast, UDP multicast, and IPC message transport
aeron-cookbook-code
Source code related to Aeron cookbook
AugustESP32
ESP32 bluetooth implementation for August smart lock. Available on PlatformIO
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-modern-cpp
A collection of resources on modern C++
basics-graphics-music
FPGA exercise for beginners
CMake-Best-Practices
CMake Best Practices, by Packt Publishing
iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication
quill
Asynchronous Low Latency C++ Logging Library
vgreff's Repositories
vgreff/iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication
vgreff/aeron
Efficient reliable UDP unicast, UDP multicast, and IPC message transport
vgreff/aeron-cookbook-code
Source code related to Aeron cookbook
vgreff/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
vgreff/awesome-modern-cpp
A collection of resources on modern C++
vgreff/cmake-google-tests
Skeleton CMake project that integrates Google Tests
vgreff/conan-boost
Example c++ project using boost and conan
vgreff/conan_cpp_demo
Demo of Conan package Manager for C++
vgreff/cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
vgreff/deploying-to-aws-ansible-terraform
vgreff/Effective-Modern-Cpp
Sample code for the Effective Modern C++ book by Scott Meyers.
vgreff/Emacs_config
vgreff/examples
Several Conan examples as resources for documentation and blog posts
vgreff/learn-kubernetes-by-doing
vgreff/GalacticGuardian
A video game design project set in space where you fight enemies as a spaceship.
vgreff/learning-notes-ifding
Always Keep Learning
vgreff/MPSC_Queue
A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support
vgreff/SPMC_Queue
A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.
vgreff/SPSC_Queue
A highly optimized single producer single consumer message queue C++ template
vgreff/Template-Metaprogramming-with-CPP
Template Metaprogramming with C++, published by Packt
vgreff/thyme
math/cs publications I find useful
vgreff/time_rdtsc
Efficient timers via a short and sweet C wrapper that combines RDTSC efficiency with traditional timespec API.
vgreff/TM1638-demos-and-examples
vgreff/tscns
A low overhead nanosecond clock based on x86 TSC
vgreff/vgcpplearn
vgreff/vscode-save-all
Extension for VS Code that adds a Save All button
vgreff/WFMPMC
A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC