Turn up Bind/Seq count and write a simple Bind benchmark

This commit is contained in:
2024-10-17 16:01:27 -06:00
parent bc2f7aa911
commit 56536b04f6
5 changed files with 938 additions and 1 deletions

View File

@ -2,7 +2,7 @@
package gigaparsec
//go:generate go run ./internal/bindgen -bindpath bind.go -seqpath seq.go -max 5 -pkg gigaparsec
//go:generate go run ./internal/bindgen -bindpath bind.go -seqpath seq.go -max 9 -pkg gigaparsec
import (
"errors"
"fmt"