genericset VS bob

Compare genericset vs bob and see what are their differences.

genericset

simple map-based implementation of generic set in go (by rutaka-n)

bob

SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite (by stephenafamo)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
genericset bob
2 32
1 584
- -
0.0 8.9
over 1 year ago 10 days ago
Go Go
MIT License 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.

genericset

Posts with mentions or reviews of genericset. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-15.
  • When will Go get sets?
    4 projects | /r/golang | 15 Sep 2022
    I also wish that go had more common data structure in the stdlib. Recently created lib for sets: https://github.com/rutaka-n/genericset
  • Have you used generics?
    8 projects | /r/golang | 20 Aug 2022
    Hey there! I've finally tried generics. In most cases, I do not need them in my projects, but recently I need set and decided to implement a generic data structure. https://github.com/rutaka-n/genericset Do you have any need to use generics? especially in project code, not a library.

bob

Posts with mentions or reviews of bob. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-23.

What are some alternatives?

When comparing genericset and bob you can also consider the following projects:

scan - Scan provides the ability to to scan sql rows directly to any defined structure.

pgroll - PostgreSQL zero-downtime migrations made easy

go-slices - Process typed Go slices via generics and higher-order functions.

go-ora - Pure go oracle client

nset - Super fast and memory efficient set implementation for unsigned integers

graph - A library for creating generic graph data structures and modifying, analyzing, and visualizing them.

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

golang-database-library-orm-example - Examples of using various popular database libraries and ORM in Go.

go - The Go programming language

uuid - A UUID package originally forked from github.com/satori/go.uuid

be - The Go test helper for minimalists