convey

Layer 4 load balancer with dynamic configuration loading (by bparli)

Convey Alternatives

Similar projects and alternatives to convey

  1. rust

    2,972 convey VS rust

    Empowering everyone to build reliable and efficient software.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. strop

    31 convey VS strop

    Stochastically generates machine code

  4. uom

    27 convey VS uom

    Units of measurement -- type-safe zero-cost dimensional analysis

  5. gcpp

    12 convey VS gcpp

    Experimental deferred and unordered destruction library for C++

  6. wg-allocators

    Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!

  7. cargo-script-mvs

    Pre-RFC for merging cargo-script into cargo

  8. getargs

    A truly zero-cost argument parser for Rust

  9. pgdog

    31 convey VS pgdog

    PostgreSQL connection pooler, load balancer and database sharder.

  10. rust-beginner-projects

    Rust projects for beginners to familiarise themselves with rust

  11. ergo

    1 convey VS ergo

    std-alternative prototyping / education library (by ergo-rs)

  12. linkerd-tcp

    Discontinued A TCP/TLS load balancer for Linkerd 1.x.

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

convey discussion

Log in or Post with

convey reviews and mentions

Posts with mentions or reviews of convey. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-14.
  • Rust went from side project to world’s fastest growing language
    7 projects | news.ycombinator.com | 14 Feb 2023
    Few years back, Convey[1] has apparently outran HAProxy in an alleged benchmark by the author[2]. That's a one man project (now abandoned, sadly) outrunning a decade old product built by an enterprise company AND a big community AND spearheaded and designed by a data structure genius. Granted, only in one of many tricks HAProxy can pull, but still. Not a database but indeed a concurrent world-facing RealWork software. If true (didn't actually check myself), I'd say it fits your bill.

    Personally, I read that as "can be as fast as, but without you having to be Willy Tarreau level genius" which is all I need.

    It's easier/more-intuitive to do a lot of things in C++, but safe, high performing C++ is certainly harder than safe, high performing Rust for huge swaths of use-cases. Also, as has been mentioned, its type system that benefitted from the PL research since the 80s also allows for nicer expression of business logic. In particular, this means that in Rust, unlike C, Go, or even C++ in great part, you are not writing in the same low-level intricate language at every level of your stack i.e. it can be a nicer high-level experience the higher you go if you designed your lower tiers well.

    And that last thing to me is the biggest advantage it has over the competition.

    Off course, there is also the fact that juggling dependencies in a non-trivial C++ project was a nightmare until recently with vcpkg and it's manifest mode and that will take probably another decade to become commonplace in the ecosystem (if ever).

    [1]: https://github.com/bparli/convey

  • What's everyone working on this week (23/2022)?
    6 projects | /r/rust | 6 Jun 2022
    custom domain-specific load balancer based on convey code (https://github.com/bparli/convey)

Stats

Basic convey repo stats
2
354
0.0
about 5 years ago

bparli/convey is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of convey is Rust.


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

Did you know that Rust is
the 3rd most popular programming language
based on number of references?