https://github.com/modfin/tsar
https://github.com/modfin/tsar
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/modfin/tsar
- Owner: modfin
- License: mit
- Created: 2023-01-23T12:01:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T12:50:32.000Z (over 3 years ago)
- Last Synced: 2025-01-23T09:33:59.970Z (over 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSAR - Text Search All Rows
> A library for specific search use case
tsar is a go library that creates a sorted reverse word index that uses binary search to look up.
It also provides a small DSL for querying files directly
tsar works directly on text files and creates an index, this can be saved directly to a file and used for querying the text.
see example/simple.go