go-baseutils VS queue

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

go-baseutils

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

queue

⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way. (by adrianbrad)
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 queue
2 7
18 243
- -
4.9 5.4
2 months ago 10 days ago
Go Go
Apache License 2.0 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-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

queue

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

What are some alternatives?

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

easygen - Easy to use universal code/text generator

set - Thread(Safe/Unsafe) Set data structure for Go.

genesis - All generic functions for Go you ever need!

go-blocking-dequeue - Thread safe, blocking, generic dequeue data structure for Go

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.

goqueue - Flexible Queue System for Go

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,结构体,反射,文本,文件,错误,时间日期,特殊处理,格式化,常用信息获取等等

GoQ - Lightweight message queue in Golang

golangci-lint - Fast linters runner for Go

ZenQ - A thread-safe queue faster and more resource efficient than golang's native channels

haxmap - Fastest and most memory efficient golang concurrent hashmap