Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Performance improvements (>30% faster)

Compare
Choose a tag to compare
@czechboy0 czechboy0 released this 17 Aug 09:08
· 31 commits to master since this release
Performance improvements (#40)

* Moved to a ref type Reader, removed returning it from each parser method

* Adapted tests

* Revert Unmanaged, cannot be used with protocol type

* Using generics instead of runtime dynamism

* Bits here and there

* Bits