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, ...
- Host: GitHub
- URL: https://github.com/pforret/bash_benchmarks
- Owner: pforret
- License: mit
- Created: 2022-03-20T20:38:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T21:17:04.000Z (over 3 years ago)
- Last Synced: 2024-11-14T06:36:30.214Z (over 1 year ago)
- Topics: bash, benchmarking
- Language: Shell
- Homepage: https://pforret.github.io/bash_benchmarks/
- Size: 2.37 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.