gnboorse / centipedeLinks
Constraint Satisfaction Problem Solver for Golang
☆75Updated 3 years ago
Alternatives and similar repositories for centipede
Users that are interested in centipede are comparing it to the libraries listed below
Sorting:
- a* pathfinding algorithm written in go☆32Updated 4 years ago
- Avro codec and code generation for Go☆90Updated 6 months ago
- GoCrest - Hamcrest-like matchers for Go☆106Updated last month
- Draw on an HTML 2D canvas in a web browser from a server program using WebSockets.☆95Updated 3 weeks ago
- Go library for HTTP content type negotiation☆54Updated 10 months ago
- A golang library for spline interpolation☆43Updated 4 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.☆28Updated 4 years ago
- A go library that implements application/problem+json and application/problem+xml☆68Updated last year
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆66Updated 3 years ago
- Dynamically generate self-signed certificates and certificate authorities for Go tests☆84Updated 2 months ago
- Tool for golang that generates jennifer code☆75Updated 2 years ago
- Go implementation of the Open Packaging Conventions (OPC)☆77Updated 2 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- Conversion of unit library for golang☆120Updated last year
- Address is a Go library that validates and formats addresses using data generated from Google's Address Data Service☆96Updated 4 months ago
- Go library for converting between various units of measurement☆96Updated last year
- A set of performant rate limiters for Go☆91Updated last year
- Generic, zero-alloc, 100%-test covered Quadtree for golang☆41Updated 8 months ago
- A Go implementation of the Cassowary constraint solving algorithm.☆78Updated 5 years ago
- An extensible file system abstraction for Go. File systems, composable interfaces, and test suites.☆262Updated last year
- go package to generate mermaid code in an OOP way☆20Updated last year
- Caching middleware for database/sql☆51Updated last month
- Go http.RoundTripper that emits open telemetry metrics. This helps you easily get metrics for all external APIs you interact with.☆85Updated 2 months ago
- Tickers with random jitter☆92Updated 3 years ago
- A handy and powerful library to deal with unstructured data☆27Updated 2 years ago
- Metaheuristics / Blackbox Optimization Algorithms for Go: Simulated Annealing, Genetic Algorithm, Ant Colony Optimization, Tabu Search, P…