Venkat

Results 3 issues of Venkat

Hello, This is not directly a issue on the hyperscan package. Posted it here if incase folks have some suggestions. I'm currently experimenting with using Hyperscan for regex matching in...

Added NewWithOpts to create a new cache, with option to use SieveEviction and WithCallback option. I've tried to keep the other signatures the same. Issue: https://github.com/hashicorp/golang-lru/issues/164

I ran [these benchmarks](https://github.com/flier/gohs/blob/6657c9ac0c33276a23b2e78d29faa4b3bfafee86/bench/go/scan_test.go#L60) on a multicore setup (32 cores) with different values for GOMAXPROCS(1,4,32) and the results only roughly the same . Is this expected? As mentioned in the...