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.
Sort: