LINUX.ORG.RU

История изменений

Исправление sanyo1234, (текущая версия) :

Обойтись можно, но противно. Не хочется после Golang ни Python, ни PHP.

A Groovy или JRuby?

Project Loom - Virtual threading for the JVM

Project Loom, officially included as part of Java 21, allows us to use “virtual threads” to scale Ruby’s “fibers” to thousands of concurrent instances. We’re going to continue working with Loom engineers to improve performance of cross-fiber communication, optimize structured concurrency for asynchronous IO frameworks, and reduce memory requirements for small, short-lived fibers. After startup time, scalable fiber support has been one of the hardest challenges for JRuby. We finally have an excellent solution.

Исходная версия sanyo1234, :

Обойтись можно, но противно. Не хочется после Golang ни Python, ни PHP.

A Groovy или JRuby?

Project Loom - Virtual threading for the JVM

Project Loom, officially included as part of Java 21, allows us to use “virtual threads” to scale Ruby’s “fibers” to thousands of concurrent instances. We’re going to continue working with Loom engineers to improve performance of cross-fiber communication, optimize structured concurrency for asynchronous IO frameworks, and reduce memory requirements for small, short-lived fibers. After startup time, scalable fiber support has been one of the hardest challenges for JRuby. We finally have an excellent solution, and I’ll be blogging about our work in the coming weeks.