Open gfoidl opened 2 years ago
For encoded length there's no need for the costly modulo operator. For decoded length we can use bit-shifts instead of costly division.
For encoded length there's no need for the costly modulo operator. For decoded length we can use bit-shifts instead of costly division.