hanabi1224 / hanabi1224/Programming-Language-Benchmarks

lua has had bitwise shift operators since 2015

Open
#388 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.