backscanner

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

Backscanner Alternatives

Similar projects and alternatives to backscanner

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better backscanner alternative or higher similarity.

backscanner reviews and mentions

Posts with mentions or reviews of backscanner. 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!

Stats

Basic backscanner repo stats
1
58
3.8
about 1 month ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com