Skip to content

Instantly share code, notes, and snippets.

@sgn00
sgn00 / ping_pong.cpp
Last active August 31, 2025 06:58
Pipe RTT ping-pong benchmark
// g++ ping_pong.cpp -o ping_pong -std=c++20 -O3
#include <algorithm>
#include <cerrno>
#include <cstdint>
#include <cstring>
#include <cstdlib>
#include <iostream>
#include <vector>
#include <chrono>
@sgn00
sgn00 / a.txt
Created August 11, 2025 02:27
abc
testing123