In this third part of a four-part series, we’ll cover benchmarking in Go using our text filtering tool as a test subject. Using these tools, we can garner insights on whether the tool runs faster (under these scenarios) using substring or pattern matching.

2m read timeFrom golang.ch
Post cover image
Table of contents
Setting Up the BenchmarksBuilding the Benchmarks with Golang

Sort: