FuelLabs / FuelLabs/sway

Micro-optimization tracking list

Open
#7,282 8 comments 0 reactions 1 assignee Assigned to @xunilrj View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.