https://github.com/vmchale/safe-bytecount
Safe bytecount demo in ATS
https://github.com/vmchale/safe-bytecount
Last synced: 4 months ago
JSON representation
Safe bytecount demo in ATS
- Host: GitHub
- URL: https://github.com/vmchale/safe-bytecount
- Owner: vmchale
- License: bsd-3-clause
- Created: 2020-08-01T04:01:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T01:28:03.000Z (over 5 years ago)
- Last Synced: 2025-10-26T05:45:30.414Z (7 months ago)
- Language: ATS
- Size: 1.91 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# safe-bytecount
A safe version of `bytecount` that gets optimized beyond
[bytecount](https://docs.rs/bytecount) by GCC and clang.
## Results
| Compiler | Time |
| -------- | ---- |
| GCC 9.3.0 | 575.58 μs |
| rustc 1.45.2 | 656.00 μs |
| clang 10.0.0 | 576.50 μs |
| ICC 19.1.2.254 | 4.7482 ms |