Skip to content

Commit

Permalink
Refactored encoder module to:
Browse files Browse the repository at this point in the history
1. Improve performance, by performing no internal heap allocations.
2. Allow the user more control over the output, including allowing to
append to an existing Vec, write to any `std` `Seek + Write` type, or
define custom output handlers.
  • Loading branch information
Barinzaya authored and klingtnet committed Apr 8, 2023
1 parent 9ee6134 commit 13a69ea
Showing 1 changed file with 242 additions and 124 deletions.
Loading

0 comments on commit 13a69ea

Please sign in to comment.