https://github.com/teodutu/druntime-hooks-benchmarks
Framework for benchmarking DRuntime hooks and compairing their performance before and after being converted to templates.
https://github.com/teodutu/druntime-hooks-benchmarks
Last synced: 5 months ago
JSON representation
Framework for benchmarking DRuntime hooks and compairing their performance before and after being converted to templates.
- Host: GitHub
- URL: https://github.com/teodutu/druntime-hooks-benchmarks
- Owner: teodutu
- License: gpl-3.0
- Created: 2022-05-08T20:18:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T09:22:42.000Z (about 3 years ago)
- Last Synced: 2025-01-30T03:42:32.825Z (over 1 year ago)
- Language: D
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# druntime-hooks-benchmarks
Framework for benchmarking [DRuntime](https://github.com/dlang/druntime/) hooks and compairing their performance before and after being converted to templates.
## Reason
Converting DRuntime hooks to templates is one of the community's [stated objectives](https://github.com/dlang/projects/issues/25).
This project was picked up [almost 3 years ago](https://github.com/Vild/GSOC2019/) and now I wish to continue it.
In addition, translating DRuntime into a template library, will make D more viable for embedded systems, following the results of [this](https://github.com/dlang/projects/issues/69) project.