Skip to content

1.1.0: Optional Caching and Performance Improvements

Compare
Choose a tag to compare
@oschwald oschwald released this 04 Jan 21:01
· 513 commits to main since this release
  • The reader now supports pluggable caching of the decoded data. By default,
    no caching is performed. Please see the README.md file or the API docs
    for information on how to enable caching. Pull requests by Viktor Szathmáry.
    GitHub #21.
  • This release also includes several additional performance enhancements as
    well as code cleanup from Viktor Szathmáry. GitHub #18, #19, #20, #22,and
    #23.