|
|
|
|
|
by lmilcin
2023 days ago
|
|
Latency is not difficult. It is just lack of knowledge or focus to understand the total execution path and remove unnecessary elements from it. I have worked in algorithmic trading where I did research and I designed framework to respond to stock exchange messages within 5 microseconds, consistently. 5 microseconds is difficult and requires some special techniques but 100 microseconds is quite easy and requires just understanding what is execution path and removing all unnecessary operations from it. If you look at contemporary developers and web frameworks it doesn't seem anybody puts particular care into understanding those things and only try to twiddle couple of things and see how that transfers to performance. |
|