I have observable that emits timestamp millis ever...
# rx
u
I have observable that emits timestamp millis every second, that is then mapped to formatted time string. Is there something I can do to optimize this even in theory or no? (it autoboxes + dynamic strings = wasteful instantiations every second)