b VS functional-go

Compare b vs functional-go and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
b functional-go
2 4
- 179
- -
- 5.9
- 6 months ago
Go
- 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.

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

functional-go

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

What are some alternatives?

When comparing b and functional-go you can also consider the following projects:

go_chainable - With generics, allowing chainable .Map(func(...)).Reduce(func(...)) syntax in go

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

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

proposal - Go Project Design Documents

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

fp-go - fp-go is a collection of Functional Programming helpers powered by Golang 1.18+ generics.

go - The Go programming language

genny - Elegant generics for Go

redpanda - Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!