Skip to content

Commit

Permalink
Add changelog entry for optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Jun 29, 2024
1 parent e5b440f commit d58a8ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
- `-...-``-`
- `.--.-.``@`
- `encode_stream`, `encode_stream_ascii` and `decode_stream` now return `Result<(), std::io::Error>`
- Code refactor and optimizations:
- `encode_string_ascii`: 0.97 GiB/s → 1.35 GiB/s (+42%)
- `encode_string`: 0.75 GiB/s → 0.82 GB/s (+12%)
- `encode_stream`: 0.65 GiB/s → 0.75 GiB/s (+17%)

## v0.1.0

Expand Down

0 comments on commit d58a8ec

Please sign in to comment.