hanabi1224 / hanabi1224/Programming-Language-Benchmarks
lua has had bitwise shift operators since 2015
Open
- Dominant language
- C#
- Stars
- 800
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
In binarytrees and merkeltrees, for bit-shifting, you are using `2 ^ x`, which calls pow().
You should use `1 << x` like you do in other languages.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.