ruby3-tcp-server-mini-benchmark VS evt

Compare ruby3-tcp-server-mini-benchmark vs evt and see what are their differences.

evt

The Event Library (Fiber Scheduler) that designed for Ruby 3.0. (by dsh0416)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ruby3-tcp-server-mini-benchmark evt
3 2
6 117
- -
3.6 0.0
9 months ago over 2 years ago
Ruby Ruby
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ruby3-tcp-server-mini-benchmark

Posts with mentions or reviews of ruby3-tcp-server-mini-benchmark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-09.

evt

Posts with mentions or reviews of evt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-22.
  • What is the current state of event driven programming with fibers in ruby?
    10 projects | /r/ruby | 22 Feb 2021
    As for your other comment on this thread, I think you'll agree that it's important to make a distinction between using io_uring for I/O readiness and using io_uring for performing actual I/O. The nio4r gem is based on libev, and libev now has an (experimental) io_uring backend, but its only use is for checking I/O readiness. The evt gem includes code for performing reads and writes using io_uring, but at the present moment it's currently disabled.
  • Developing Fiber Scheduler for Ruby 3
    1 project | /r/ruby | 22 Dec 2020
    The benchmark is updated again: https://github.com/dsh0416/evt

What are some alternatives?

When comparing ruby3-tcp-server-mini-benchmark and evt you can also consider the following projects:

ruby - The Ruby Programming Language

Concurrent Ruby - Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.

Polyphony - Fine-grained concurrency for Ruby

libev_scheduler - A libev-based fiber scheduler for Ruby 3.0

tipi - Tipi - the All-in-one Web Server for Ruby Apps