simple-async-local-executor VS tonic

Compare simple-async-local-executor vs tonic and see what are their differences.

simple-async-local-executor

A single-threaded polling-based Rust async executor suitable for use in games, embedded systems or WASM. (by enlightware)

tonic

A native gRPC client & server implementation with async/await support. (by hyperium)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
simple-async-local-executor tonic
1 48
21 9,049
- 2.3%
1.8 8.6
about 3 years ago 7 days ago
Rust Rust
Apache License 2.0 MIT 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.

simple-async-local-executor

Posts with mentions or reviews of simple-async-local-executor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-05.
  • In Defense of Async: Function Colors Are Rusty
    3 projects | news.ycombinator.com | 5 Jan 2022
    Rust does have a standard futures runtime API

    This then opens up alternative runtimes (async-std, smol)

    Then your suggestion of a single threaded executor exists already: https://github.com/enlightware/simple-async-local-executor

    Granted, in practice many libraries end up building a hard dependency on tokio

tonic

Posts with mentions or reviews of tonic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-28.

What are some alternatives?

When comparing simple-async-local-executor and tonic you can also consider the following projects:

sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

actix-web - Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

embassy - Modern embedded framework, using Rust and async.

grpc-rust - Rust implementation of gRPC

diesel_async - Diesel async connection implementation

tarpc - An RPC framework for Rust with a focus on ease of use.

axum - Ergonomic and modular web framework built with Tokio, Tower, and Hyper

prost - PROST! a Protocol Buffers implementation for the Rust Language

rust-prometheus - Prometheus instrumentation library for Rust applications

tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

prost - PROST! a Protocol Buffers implementation for the Rust Language