https://github.com/lithdew/boat
Define and evaluate text/numeric constraints on values in Go. Heavy WIP.
https://github.com/lithdew/boat
Last synced: over 1 year ago
JSON representation
Define and evaluate text/numeric constraints on values in Go. Heavy WIP.
- Host: GitHub
- URL: https://github.com/lithdew/boat
- Owner: lithdew
- License: mit
- Created: 2020-05-26T17:33:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T15:29:45.000Z (about 6 years ago)
- Last Synced: 2024-05-02T03:39:36.375Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boat
[](LICENSE)
[](https://pkg.go.dev/github.com/lithdew/boat)
[](https://discord.gg/HZEbkeQ)
Heavy WIP. Come back later.
## Benchmarks
```
$ cat /proc/cpuinfo | grep 'model name' | uniq
model name : Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
$ go test -bench=. -benchtime=10s
goos: linux
goarch: amd64
pkg: github.com/lithdew/boat
BenchmarkRule-8 64496198 186 ns/op 0 B/op 0 allocs/op
```