daviddengcn / go-indexLinks
Text indexing related functions in Go, including tokenizer, word marking, and snippet selecting, etc.
☆26Updated 9 years ago
Alternatives and similar repositories for go-index
Users that are interested in go-index are comparing it to the libraries listed below
Sorting:
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- In-process plugin framework for Golang code☆58Updated 9 years ago
- Distributed, reliable database and cache library, server, and client. Inspired by Redis.☆59Updated 8 years ago
- BitSet data structure in golang☆38Updated 5 years ago
- xast: ast rewriter with built-in clean up.☆27Updated 7 years ago
- Faster search for fixed patterns with Go☆28Updated 6 years ago
- A Go (golang) library for managing highly concurrent independent network streams.☆88Updated 6 years ago
- All-in-one text tokenizer for Go. Super-fast. Lots of features.☆13Updated 9 years ago
- Go channels over a network.☆83Updated 10 years ago
- Add a little high availability to your Go functions or methods.☆21Updated 9 years ago
- a Library for building auto-complete services with Golang and Redis☆1Updated last year
- An API optimized for processing timeseries data.☆35Updated 4 years ago
- Super-efficient, in-memory key/value data store☆21Updated 8 years ago
- Thunder is a high productivity wrapper for BoltDB.☆31Updated 9 years ago
- Raft in-memory backend implementation with persistence☆84Updated 4 years ago
- Golang LRU read-through cache backed by a remote store☆34Updated 9 years ago
- [Go] FreeTree - generic binary-search-tree without any GC overhead☆45Updated 9 years ago
- Benchmarks of common basic operations for the Go language.☆61Updated 4 years ago
- Faster than builtin sorting using primitives.☆17Updated 9 years ago
- Fast identification of character sequences in text or documents (multi-lingual)☆18Updated 9 years ago
- A []byte pool for Go.☆42Updated 3 years ago
- Package atomicfile provides an atomically written/replaced file.