latte

Latency Tester for Apache Cassandra (by pkolaczk)

Latte Alternatives

Similar projects and alternatives to latte

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better latte alternative or higher similarity.

latte reviews and mentions

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!
  • A note from our sponsor - SaaSHub
    www.saashub.com | 27 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic latte repo stats
4
169
4.1
28 days ago

pkolaczk/latte is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of latte is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com