Skip to content

Optimizations and way better errors

Compare
Choose a tag to compare
@KillingSpark KillingSpark released this 04 Jul 19:34
· 98 commits to master since this release
  • In a big effort, @paolobarbolini and me improved the performance of decoding sequences. This also lead to a cool contribution of him to the standard lib making vecdequeue for copyable types way more performant. #18
  • I improved the reversed bitreader performance by a lot after reading the excellent blogposts here and here
  • @rrbutani Made the effort of converting the not very helpful plain string errors with meaningful error enums, which apparently can help with binary sizes, but is also just a very big usability improvement of this library #28