This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
Performance improvements (>30% faster)
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