Low latency programming

前端 未结 12 1419
梦谈多话
梦谈多话 2021-01-29 18:07

I\'ve been reading a lot about low latency financial systems (especially since the famous case of corporate espionage) and the idea of low latency systems has been in my mind ev

12条回答
  •  囚心锁ツ
    2021-01-29 18:35

    If you are interested in Java low-latency developing, you should know that it can be done without a RTSJ (Real-Time) JVM provided that you keep the Garbage Collector under control. I suggest you take a look on this article that talks about Java Development without GC overhead. We also have many other articles in our site that talk about low-latency Java components.

提交回复
热议问题