Substrings vs. Regular Expressions – Benchmarking in Golang
In this third part of a four-part series, we’ll cover benchmarking in Go using our text filtering tool as a test subject. You can find the other parts below: Part 1: Building a Text Filtering Tool in Go Part 2: Adding Regular Expression Support Part 4: Benchmarking Against Command Line Alternatives (Coming Soon) Previously, we built […]