cff

Concurrency toolkit for Go (by uber-go)

Cff Alternatives

Similar projects and alternatives to cff

  1. mgmt

    51 cff VS mgmt

    Next generation distributed, event-driven, parallel config management!

  2. SaaSHub

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

    SaaSHub logo
  3. jet

    32 cff VS jet

    Type safe SQL builder with code generation and automatic query result data mapping

  4. Avalonia.FuncUI

    Develop cross-plattform GUI Applications using F# and Avalonia!

  5. conc

    28 cff VS conc

    Better structured concurrency for go

  6. ActiveAdmin

    25 cff VS ActiveAdmin

    The administration framework for Ruby on Rails applications.

  7. rill

    4 cff VS rill

    Go toolkit for clean, composable, channel-based concurrency (by destel)

  8. go-parallel

    parallelism in Go using generics

  9. semgroup

    Like errgroup/waitgroup, but only runs a maximum of tasks at any time.

  10. NXUI

    3 cff VS NXUI

    Discontinued NXUI (nex-ui), next-gen UI - Create minimal Avalonia applications using C# 10 and .NET 8

  11. httpx

    1 cff VS httpx

    (Mirror) An HTTP client library for ruby (by HoneyryderChuck)

  12. rill

    7 cff VS rill

    The fastest business intelligence tool for humans and agents.

  13. Avalonia.Markup.Declarative

    Provides helpers for declarative ui in C#

  14. tunny

    4 cff VS tunny

    A goroutine pool for Go

  15. excon

    1 cff VS excon

    Usable, fast, simple HTTP 1.1 for Ruby

  16. go-linq

    5 cff VS go-linq

    .NET LINQ capabilities in Go

  17. heka

    1 cff VS heka

    Discontinued DEPRECATED: Data collection and processing made easy.

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

cff discussion

Log in or Post with

cff reviews and mentions

Posts with mentions or reviews of cff. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-25.
  • Show HN: Rill – Composable concurrency toolkit for Go
    13 projects | news.ycombinator.com | 25 Nov 2024
    Sourcegraph Conc is broadly similar in providing pool helpers, but doesn't provide the same fine grained batching options: https://github.com/sourcegraph/conc

    Uber CFF does code generation, and has more of a focus on readability and complex dependency chains: https://github.com/uber-go/cff

  • Use Rails
    8 projects | news.ycombinator.com | 7 May 2024
    "The amount of APIs in the world that require concurrency within a single request scope to meet latency needs approaches zero."

    I've never worked on any non-Rails API where this was true. The Ruby community keeps telling me this, but in languages where concurrency is well supported, it gets used everywhere to a great extent. I obviously don't have hard data to support this, but your claim seems pretty far fetched to be honest.

    "In practice, you don’t make that db call until the auth request is done and the user is verified"

    Of course you optimistically do any idempotent DB operations while waiting for auth to succeed if you care about latency.

    "you don’t make the outgoing api call until you already have the results of the db call, because you need your data to form the outgoing request"

    These dependencies of course exist, but so do parts of the graph where they do not. You might want to make 2 or 5 outgoing calls based on your DB query and have to wait for 2 out of these 5 to make another DB query. This is so common that there are libraries like https://github.com/uber-go/cff to explicitly model those dependency graphs, visualize them and resolve them at runtime.

Stats

Basic cff repo stats
2
223
6.9
almost 2 years ago

uber-go/cff is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of cff is Go.


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

Did you know that Go is
the 4th most popular programming language
based on number of references?