Commit Graph

2 Commits

Author SHA1 Message Date
3452ea6b25 chore: remove trailing whitespace from README.md line 42 benchmark output 2025-09-26 22:34:40 +00:00
6f7f47f7ef feat: add initial project structure with core configuration files
Add Makefile with GCC build targets for rpubsub server and load_test binary, 
implement high-performance multi-threaded WebSocket pub/sub server in rpubsub.c 
with lock-free task queue and worker thread pool, create load_test.c for 
benchmarking with 1000 subscribers and 10 publishers over WebSocket, and 
include test.py asyncio-based integration test script
2025-09-26 22:33:35 +00:00