Skip to content

Commit

Permalink
temporary-inspect-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nordzilla committed Feb 1, 2024
1 parent be9ddee commit 51e32d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The v0.2.4 benchmarks show that `count_octal_digits` and `count_hex_digits` func

The v0.2.5 `count_octal_digits` and `count_hex_digits` are now implemented internally using `ilog2`, and now share that consistent, improved performance across the board.

![A graph of count-octal-digits benchmarks for v0.2.4](https://raw.githubusercontent.com/nordzilla/count-digits/main/benchmarks/images/count-octal-digits-v0.2.4.png)
![A graph of count-octal-digits benchmarks for v0.2.5](https://raw.githubusercontent.com/nordzilla/count-digits/main/benchmarks/images/count-octal-digits-v0.2.5.png)
![A graph of count-octal-digits benchmarks for v0.2.4](https://raw.githubusercontent.com/nordzilla/count-digits/v0.2.5/benchmarks/images/count-octal-digits-v0.2.4.png)
![A graph of count-octal-digits benchmarks for v0.2.5](https://raw.githubusercontent.com/nordzilla/count-digits/v0.2.5/benchmarks/images/count-octal-digits-v0.2.5.png)

## v0.2.4 (2024-01-30)

Expand Down

0 comments on commit 51e32d6

Please sign in to comment.