From dd24ae619f347076878c6474998c4b0dbbc29fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Krukowski?= Date: Wed, 30 Oct 2024 22:24:48 +0400 Subject: [PATCH] Added `go-slice/slice` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b08f2c941..e4631c1b9c 100644 --- a/README.md +++ b/README.md @@ -641,6 +641,7 @@ additional ordered map implementations. - [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. +- [slice](github.com/go-slice/slice) - A simple, generic, and easy-to-use Go library that provides a rich set of utility functions for managing and manipulating slices. - [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.