Micro-optimization tracking list
Open
compiler: optimization
- Dominant language
- Rust
- Stars
- 61.4k
- Forks
- 5.4k
- Avg merge
- 3h 33m
- Merged PRs (30d)
- 4
Description
I'm using this issue to keep track of micro-optimizations that should be applied. They're simple to add, but I've not had time to do a PR yet.
- [ ] Double `EQ` to check for booleannes `eq a a b; eq a a 0` can be replaced with `lt a 0 b`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.