Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxbeam/crunchbenchmark
Benchmarks of Crunch against other expression evaluation libraries
https://github.com/boxbeam/crunchbenchmark
Last synced: 21 days ago
JSON representation
Benchmarks of Crunch against other expression evaluation libraries
- Host: GitHub
- URL: https://github.com/boxbeam/crunchbenchmark
- Owner: boxbeam
- Created: 2023-10-07T03:34:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-07T03:50:59.000Z (over 1 year ago)
- Last Synced: 2024-11-05T23:09:34.124Z (2 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CrunchBenchmark
Benchmarks of Crunch against other expression evaluation libraries# Results
```
Benchmark Mode Score Error Units
CompileBenchmark.crunchCompileComplexExpression avgt 2.974 ± 0.033 us/op
CompileBenchmark.crunchCompileSimpleExpression avgt 0.050 ± 0.001 us/op
CompileBenchmark.evalExCompileComplexExpression avgt 38.450 ± 0.526 us/op
CompileBenchmark.evalExCompileSimpleExpression avgt 9.156 ± 0.256 us/op
CompileBenchmark.exp4jCompileComplexExpression avgt 3.464 ± 0.026 us/op
CompileBenchmark.exp4jCompileSimpleExpression avgt 0.276 ± 0.009 us/op
EvalBenchmark.crunchConstantEval avgt 0.823 ± 0.020 ns/op
EvalBenchmark.crunchSimpleEval avgt 4.296 ± 0.058 ns/op
EvalBenchmark.evalExConstantEval avgt 26156.342 ± 183.188 ns/op
EvalBenchmark.evalExSimpleEval avgt 2283.572 ± 19.630 ns/op
EvalBenchmark.exp4jConstantEval avgt 540.194 ± 4.434 ns/op
EvalBenchmark.exp4jSimpleEval avgt 44.727 ± 0.554 ns/op```