#benchmark
Read more stories on Hashnode
Articles with this tag
Or avoiding unnecessary overhead. · With increasing adoption of microservices, containers and design patterns like sidecar, communication efficiency...
Or avoiding wasted memory and repeated work. · Apache Arrow project uses regular expression matching to implement the LIKE predicate by translating SQL...
Or replacing expensive types with cheap ones. · Even though the first resource that comes to mind when dealing with performance is CPU, memory is a...
Benchmark-driven approach · In previous post we've used Go benchmarks to measure performance difference in total age computation for array of structs and...