An open API service indexing awesome lists of open source software.

https://github.com/pforret/bash_benchmarks

Benchmarks to test different methods for string, file, process manipulation, ...
https://github.com/pforret/bash_benchmarks

bash benchmarking

Last synced: 9 months ago
JSON representation

Benchmarks to test different methods for string, file, process manipulation, ...

Awesome Lists containing this project

README

          

# BASH BENCHMARKS
Benchmarks to test different methods for string, file, process manipulation, ...

> Results on [pforret.github.io/bash_benchmarks/](https://pforret.github.io/bash_benchmarks/)

---
PS: all these times/speeds were measured on _my_ laptop; a Macbook Pro M1 2021 16".
The absolute speed on your machine for these scripts might be different,
but the relative speeds of one method (e.g. `sed`) compared to others (e.g. `tr`) remains relevant.