https://github.com/hissssst/pathex_bench
Benchmarks for pathex
https://github.com/hissssst/pathex_bench
Last synced: 3 months ago
JSON representation
Benchmarks for pathex
- Host: GitHub
- URL: https://github.com/hissssst/pathex_bench
- Owner: hissssst
- Created: 2020-05-29T10:11:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T22:33:46.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T20:17:10.228Z (over 2 years ago)
- Language: Elixir
- Size: 25.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathex benchmarks
This project shows efficency of `Pathex` path-closures,
`Focus`, `Lens` and builtin `put_in`, `get_in`Tested `pathex` version is `2.4.2`
### TLDR
Pathex is 2-3 times faster than `Access` or 4-13 times faster than `Lens` or `Focus`
> Complete results and tests you can find in `bench` directory