ptrie
Prefix tree library
A Go library implementing a fast and efficient prefix tree data structure for storing and retrieving key-value pairs in various formats.
A prefix tree implementation in go
41 stars
9 watching
11 forks
Language: Go
last commit: 11 months ago
Linked from 2 awesome lists
prefix-treetrie
Related projects:
Repository | Description | Stars |
---|---|---|
| A Go library implementing a data structure for fast prefix and fuzzy string searching | 766 |
| A collection of reusable utility functions for working with data structures and processing collections. | 198 |
| A collection of algorithms and data structures implemented in Go. | 806 |
| Enables connectivity and data transfer between BigQuery datasets using Go. | 21 |
| A Go-based decision tree library allowing custom rule-based decision making | 37 |
| A library providing data storage and retrieval capabilities for Aerospike using Go. | 10 |
| Library for parsing and generating the TOML file format in Go. | 1,751 |
| An in-memory R-tree implementation designed for fast spatial searching and indexing | 316 |
| A minimal B+Tree indexing structure implementation for efficient key-value storage | 1,866 |
| Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
| A Go implementation of Stream VByte compression algorithm leveraging SIMD techniques for improved performance. | 16 |
| A Go library implementing various quadtree data structures for efficient point location and neighbor finding in 2D spaces. | 134 |
| A Golang library to demux and mux MPEG Transport Streams (ts) in native Go. | 544 |
| A guide to best practices and design patterns in the Go programming language | 310 |
| A Go package implementing bitsets as a mapping between non-negative integers and boolean values | 1,363 |