kyroy / kdtree
A k-d tree implementation in Go.
☆140Updated 10 months ago
Alternatives and similar repositories for kdtree:
Users that are interested in kdtree are comparing it to the libraries listed below
- Golang implementation of KD tree data structure☆50Updated 4 years ago
- Fast Concurrent / Parallel Sorting in Go☆134Updated 9 months ago
- An R-tree implementation for Go☆316Updated 6 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months ago
- Bitset data structure☆160Updated 2 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- The research project based on the draft design of Go Generics☆34Updated 3 years ago
- Cluster analysis library for Golang☆91Updated 5 years ago
- S3 FileSystem (fs.FS) implementation☆185Updated last year
- treedrawer is a Go module for drawing trees on the terminal.☆83Updated 4 years ago
- fast int64-int64 map for go☆95Updated 2 years ago
- Natural language detection package in pure Go☆172Updated 4 years ago
- Integration testing in Go with Docker☆108Updated 3 weeks ago
- Fastest levenshtein implementation in Go.☆128Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- Go reflection simplified☆101Updated 3 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Golang helpers for data sizes (kilobytes, petabytes), human readable sizes, parsing☆157Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 6 months ago
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- A go in-memory table☆228Updated 2 years ago
- Golang struct-to-table database mapper☆304Updated 4 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Floc: Orchestrate goroutines with ease.☆269Updated 3 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆156Updated last year
- Simple string pattern matcher for Go☆126Updated 10 months ago
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Helper tool for manual Go code optimization.☆130Updated 9 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago