Simple Low Latency Projects
Hello, I have been learning some low latency programming in C++ for some time now and have built some very basic things like an SPSC lock-free queue and an Object Pool. I want some suggestions as to what else I can build that is along the same lines as the above mentioned projects (like the very basics or building blocks of low latency programming projects).
PS: I was thinking of writing my own benchmarking framework/profiler from scratch in C++, would that be a good idea?