go-concurrency-exercises VS zerolog

Compare go-concurrency-exercises vs zerolog and see what are their differences.

go-concurrency-exercises

Hands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers. (by loong)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
go-concurrency-exercises zerolog
9 39
923 9,701
- -
5.3 7.9
3 months ago 6 days ago
Go Go
GNU General Public License v3.0 or later 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-concurrency-exercises

Posts with mentions or reviews of go-concurrency-exercises. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-13.
  • Sharing array between goroutines
    3 projects | /r/golang | 13 May 2022
    I am trying to solve this golang exercise https://github.com/loong/go-concurrency-exercises/tree/master/1-producer-consumer.
    3 projects | /r/golang | 13 May 2022
    If you look at the start point, the 'producer' has to completely consume the stream before it returns the tweet slice. The 'consumer' then can get access to it. With concurrency your producer can start immediately populating said slice (or however you want to manage your work queue) and the consumer can start work much faster.
    3 projects | /r/golang | 13 May 2022
  • Help with first concurrent execise
    3 projects | /r/golang | 5 May 2022
    I have started to try to learn concurrency in Go. I have read this and now started to try to solve this one
  • What Knowledge Golang Back End Developer Should Have?
    7 projects | /r/golang | 24 Aug 2021

zerolog

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

What are some alternatives?

When comparing go-concurrency-exercises and zerolog you can also consider the following projects:

zap - Blazing fast, structured, leveled logging in Go.

logrus - Structured, pluggable logging for Go.

lumberjack - lumberjack is a log rolling package for Go

glog - Leveled execution logs for Go

Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

log - Structured logging package for Go.

gomock - GoMock is a mocking framework for the Go programming language.

chi - lightweight, idiomatic and composable router for building Go HTTP services

slog

Echo - High performance, minimalist Go web framework

log15 - Structured, composable logging for Go

Onelog - Dead simple, super fast, zero allocation logger for Golang