ScyllaDB Async Rust Driver VS latte

Compare ScyllaDB Async Rust Driver vs latte and see what are their differences.

ScyllaDB Async Rust Driver

Async CQL driver for Rust, optimized for ScyllaDB (by scylladb)

latte

Latency Tester for Apache Cassandra (by pkolaczk)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
ScyllaDB Async Rust Driver latte
10 4
526 169
3.8% -
9.6 4.1
2 days ago 28 days ago
Rust Rust
Apache License 2.0 Apache License 2.0
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.

ScyllaDB Async Rust Driver

Posts with mentions or reviews of ScyllaDB Async Rust Driver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-26.

latte

Posts with mentions or reviews of latte. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-20.
  • Fast memory vulnerabilities, written in 100% safe Rust
    9 projects | news.ycombinator.com | 20 Feb 2024
    This tool is probably the fastest in its class - does this code look like having a lot of lifetimes or other cryptic syntax?

    - https://github.com/pkolaczk/latte/blob/main/src/main.rs

    - https://github.com/pkolaczk/latte/blob/main/src/exec.rs

    There was one fundamental "aha" moment for me when it clicked: move semantics.

  • The mindless tyranny of “what if it changes?” as a software design principle
    4 projects | news.ycombinator.com | 22 May 2022
    > Does https://github.com/pkolaczk/latte count?

    This is just Rust code. Where is the equivalent Java code?

    > Or the Optional cost described on my blog here: https://pkolaczk.github.io/overhead-of-optional/?

    Why aren't you using OptionalLong[1]? You shouldn't use Optional, that's never a good choice. At any rate, nobody should be claiming Java optionals are are free, they're a high level abstraction and absolutely do not belong in hot codepaths.

    In general it's fairly easy to construct benchmarks that favor any particular language, which is why you constantly see these blog posts about how high level interpreted languages (JS, Haskell) are faster than C++.

    > And what do I do with that knowledge if it turns out the optimization didn't happen?

    The way the JIT works is by aggressively overassuming, and then recompiling with more generalized interpretations of the code when assumptions turn out to be false. But the wider problems of compilers occasionally generating suboptimal instructions isn't something that is Java specific.

    [1] https://docs.oracle.com/en/java/javase/12/docs/api/java.base...

  • Async Rust in Practice: Performance, Pitfalls, Profiling
    2 projects | /r/ScyllaDB | 12 Jan 2022
    A few weeks ago, an interesting issue appeared on our GitHub tracker. It was reported that, despite our care in designing the driver to be efficient, it proved to be unpleasantly slower than one of the competing drivers, cassandra-cpp, which is a Rust wrapper of a C++ CQL driver. The author of latte, a latency tester for Cassandra (and Scylla), pointed out that switching the back-end from cassandra-cpp to scylla-rust-driver resulted in an unacceptable performance regression. Time to investigate!

What are some alternatives?

When comparing ScyllaDB Async Rust Driver and latte you can also consider the following projects:

rust-postgres - Native PostgreSQL driver for the Rust programming language

FizzBuzzEnterpris

kanal - The fast sync and async channel that Rust deserves

FizzBuzz Enterprise Edition - FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

cdrs - Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async

cve-rs - Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀

Catalytic - 🚀 Catalytic is an ORM for ScyllaDb and Cassandra which provides zero-cost abstractions for querying and generating Rust structs based on the database. Scylla and Cassandra are both NoSQL databases which can scale horizontally and hold large amounts of data.

scylla2 - Yet another ScyllaDB Rust driver, but faster

scyllapy - Asyncronous modern python client for Cassandra and Scylla

swap-buffer-queue - A buffering MPSC queue.

charybdis - Rust ORM for ScyllaDB and Apache Cassandra

miri - An interpreter for Rust's mid-level intermediate representation