Skip to content

Commit

Permalink
Added go-slice/slice
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski authored Oct 30, 2024
1 parent bbd9cf5 commit dd24ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dd24ae6

Please sign in to comment.