From 47aeced302ffce193f7e2ac49ae379a1b36e87c7 Mon Sep 17 00:00:00 2001 From: Alexei Shevchenko Date: Sat, 17 Sep 2022 06:06:38 +0300 Subject: [PATCH] add quadtree (#4421) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 121ee014..9d3f536e 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,7 @@ additional ordered map implementations. - [hide](https://github.com/emvi/hide) - ID type with marshalling to/from hash to prevent sending IDs to clients. - [hilbert](https://github.com/google/hilbert) - Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves. - [hyperloglog](https://github.com/axiomhq/hyperloglog) - HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. +- [quadtree](https://github.com/s0rg/quadtree) - Generic, zero-alloc, 100%-test covered quadtree. - [slices](https://github.com/srfrog/slices) - Functions that operate on slices; like `package strings` but adapted to work with slices. - [slices](https://github.com/twharmon/slices) - Pure, generic functions for slices. @@ -3450,4 +3451,3 @@ _Where to discover new Go libraries._ - [Your basic Go](https://yourbasic.org/golang) - Huge collection of tutorials and how to's. **[⬆ back to top](#contents)** -