Initial commit

This commit is contained in:
2025-09-27 00:33:35 +02:00
commit 035df8254b
6 changed files with 1442 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
build:
gcc -D_GNU_SOURCE -O3 -march=native -mtune=native -flto -pthread rpubsub.c -o rpubsub -lrt -std=c11
gcc -O3 -march=native -std=c11 -o load_test load_test.c -lm -lrt
clean:
rm -f rpubsub load_test