https://github.com/maciektalaska/rust_performance_test
https://github.com/maciektalaska/rust_performance_test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maciektalaska/rust_performance_test
- Owner: MaciekTalaska
- Created: 2018-09-14T16:23:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T14:21:15.000Z (over 5 years ago)
- Last Synced: 2025-01-08T18:51:44.439Z (5 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project's aim is to make some tests on Rust performance.
What I am mostly interested in?
- is there an overhead of using (more) functional approach in comparison to imperative approach?
(more may come in here later)