go_chainable VS b

Compare go_chainable vs b and see what are their differences.

go_chainable

With generics, allowing chainable .Map(func(...)).Reduce(func(...)) syntax in go (by neurocollective)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
go_chainable b
2 2
124 -
- -
0.0 -
about 2 years ago -
Go
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.

go_chainable

Posts with mentions or reviews of go_chainable. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-15.

b

Posts with mentions or reviews of b. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-15.
  • Go 1.18 Released
    20 projects | news.ycombinator.com | 15 Mar 2022
    It depends on the level of abstraction you're addressing. One level may be "i need to store things with a quick search function", another may be "i need a storage of ordered names and expiry date for things", etc until you get to "I need a binary tree which orders by comparable types".

    Where you split that process as a separate library you either decide to write or reuse - that becomes the problem to solve. A set implementation may be a problem to solve: https://github.com/deckarep/golang-set A btree may be a problem to solve: https://gitlab.com/cznic/b/-/tree/master/v2

  • A generic B+Tree implementation you can use today
    1 project | /r/golang | 22 Dec 2021
    Requires Go1.18beta1 or later: https://gitlab.com/cznic/b/-/tree/master/v2

What are some alternatives?

When comparing go_chainable and b you can also consider the following projects:

proposal - Go Project Design Documents

gtl - Golang Template Library (GTL). Common data structures using Golang generics.

go-generic-optional - Implementation of Optionals in Go using Generics

go - The Go programming language

lo - 💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)

functional-go - This library is inspired by functional programming - Clojure

golang-set - A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.

go-extlib - Go Extended Lib