sasha-s / go-inlineLinks
Generic Data Structures/Algorithms in golang.
☆53Updated 9 years ago
Alternatives and similar repositories for go-inline
Users that are interested in go-inline are comparing it to the libraries listed below
Sorting:
- github.com/cznic/memory has moved to modernc.org/memory☆105Updated 6 years ago
- Compile text/template / html/template to regular go code☆119Updated 8 years ago
- Implementation of the Jump Consistent Hash algorithm in Go.☆153Updated 10 years ago
- Extensible arithmetic parsing lib for go☆67Updated 6 years ago
- Parallel and radix sorting in Go☆101Updated 2 years ago
- BitSet data structure in golang☆37Updated 5 years ago
- The slice package sorts Go slices.☆111Updated 7 years ago
- ☆90Updated 8 years ago
- Rethinking logs and metrics.☆63Updated 9 years ago
- ☆70Updated 3 years ago
- Package srcutil provides utilities for working with Go source code.☆27Updated 8 years ago
- go-pipeline is a Go library to provide some channel "middleware"-like functionality. It can lead to some clean code when processing vario…