rscanner VS Gollum

Compare rscanner vs Gollum and see what are their differences.

rscanner

Same as bufio.Scanner, but in reverse. It enables scanning from the end to the beginning. (by vallerion)
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
rscanner Gollum
1 -
7 935
- 0.0%
7.0 0.0
9 months ago about 1 year 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.

rscanner

Posts with mentions or reviews of rscanner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-24.
  • Scanner to read file from the end
    2 projects | /r/golang | 24 Aug 2023
    A while back, I had this task of reading a file backward, line by line, to find a particular value. There is no solution in std lib. So, I tried to use some existent solution from github, like backscanner. But you know what? After wrestling with some tricky corner cases and realising it didn't quite fit my needs, I rolled up my sleeves and came up with my own solution. And just last week, I decided to built a highly effective reverse scanner - rscanner. I tried to cover all those corner cases, made interface similar to bufio.Scanner and kept it effective. Any thoughts or feedback are welcome!

Gollum

Posts with mentions or reviews of Gollum. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning Gollum yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing rscanner and Gollum you can also consider the following projects:

backscanner - A scanner similar to bufio.Scanner, but it reads and returns lines in reverse order, starting at a given position and going backward.

structured pubsub - Publish and subscribe functionality within a single process in Go.

teler - Real-time HTTP Intrusion Detection

Benthos - Fancy stream processing made operationally mundane

phuslu/log - Fastest structured logging

pingme - PingMe is a CLI which provides the ability to send messages or alerts to multiple messaging platforms & email.

got - An enjoyable golang test framework.

NATS - Golang client for NATS, the cloud native messaging system.

glg - Simple and blazing fast lockfree logging library for golang

APNs2 - ⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps, using the APNs HTTP/2 protocol.

RapidMQ - RapidMQ is a pure, extremely productive, lightweight and reliable library for managing of the local messages queue

EventBus - [Go] Lightweight eventbus with async compatibility for Go