An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# boat

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](LICENSE)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/lithdew/boat)
[![Discord Chat](https://img.shields.io/discord/697002823123992617)](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
```