go-baseutils VS gkit

Compare go-baseutils vs gkit and see what are their differences.

go-baseutils

Basic tool set for go 1.18 + generics (by songzhibin97)

gkit

A collection of basic usability component tools dedicated to providing micro-services and single services, drawing on some excellent open source project features such as kratos, go-kit, mosn, sentinel, gopkg core components. I hope you will use and mention issue and pr more often. (by songzhibin97)
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
go-baseutils gkit
2 4
18 296
- -
4.9 6.1
2 months ago 18 days ago
Go Go
Apache License 2.0 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.

go-baseutils

Posts with mentions or reviews of go-baseutils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-20.
  • Introduction to the Gkit concurrent component
    1 project | /r/golang | 26 Apr 2023
    Best practices for channel in concurrency, including fan_in,fan_out,map_reduce,or_done,orderly,pipeline,stream,generic version can be found at https://github.com/songzhibin97/go-baseutils/tree/main/app/bconcurrent
  • Introduction to the Gkit cache component
    2 projects | /r/golang | 20 Apr 2023
    Cache-related components > buffer & mbuffer provide similar functionality, buffer has more encapsulation and implements some of the io interfaces, while mbuffer is just a memory cache. > local_cache provides a local data cache, and also has some expiry mechanisms, you can set the expiry time, and regularly clean up the expired data, but he is now older, if needed there is a generic version https://github.com/songzhibin97/go-baseutils/blob/main/ app/bcache > singleflight wraps golang.org/x/sync/singleflight to prevent the impact of changes

gkit

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

What are some alternatives?

When comparing go-baseutils and gkit you can also consider the following projects:

easygen - Easy to use universal code/text generator

flaggy - Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required project or package layout and no external dependencies.

genesis - All generic functions for Go you ever need!

kingpin - CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser

goutil - 💪 Helper Utils(700+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, system, test/assert, time and more. Go 常用的一些工具函数:数字,字符串,数组,Map,结构体,反射,文本,文件,错误,时间日期,特殊处理,格式化,常用信息获取等等

urfave/cli - A simple, fast, and fun package for building command line apps in Go

queue - ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

termui - Golang terminal dashboard

color - Color package for Go (golang)

elvish - Powerful scripting language & Versatile interactive shell

termbox-go - Pure Go termbox implementation

gocui - Minimalist Go package aimed at creating Console User Interfaces.