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
- Extensible arithmetic parsing lib for go☆67Updated 6 years ago
- Low latency batching queues for Go☆75Updated 8 years ago
- Implementation of the Jump Consistent Hash algorithm in Go.☆153Updated 10 years ago
- Rethinking logs and metrics.☆63Updated 9 years ago
- Fastest Encoder in the West☆65Updated 8 years ago
- ☆90Updated 8 years ago
- Parallel and radix sorting in Go☆101Updated 2 years ago
- ☆70Updated 3 years ago
- Go contexts for graceful shutdown☆54Updated 8 years ago
- Cross-language serialization for Golang: greenpack adds versioning, stronger typing, and optional schema atop msgpack2. `greenpack -msgpa…☆113Updated 5 months ago
- BitSet data structure in golang☆37Updated 5 years ago
- Static content embedding for Golang☆92Updated 6 years ago
- Generate datastructures for your types.☆77Updated 6 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Fast parallel version of golang filepath.Walk()☆84Updated 8 years ago
- prdeps prints the dependency graph of a Go package.☆43Updated 8 years ago
- The slice package sorts Go slices.☆111Updated 7 years ago
- Go package safefile implements safe "atomic" saving of files.☆82Updated last year
- go-pipeline is a Go library to provide some channel "middleware"-like functionality. It can lead to some clean code when processing vario…☆68Updated 8 years ago
- Prettybenchmarks formats your go benchmarks into nice looking sorted tables☆41Updated 5 years ago
- Package strit introduces a new type of string iterator, along with a number of iterator constructors, wrappers and combinators.☆84Updated 4 years ago
- Composable chains of nested http.Handler instances.