I am looking for information on native latency of processing event streams using RxCpp library, i.e. what is the library overhead of processing one simple message (for example, a pointer to an object)? How much time passes from an event being published by some source to it being finished processing by a trivial (does nothing) observer ?
I have done a lot of web-search, but do not seem to be able to find any benchmarks. I do not need exact numbers, but just the scale would be sufficient: is it milliseconds, microseconds, hundreds of nanoseconds?