Reset improves reader performance when the same binary data is processed multiple times. It works by reusing the symbol table constructed during the first read, and jumping straight to the first "content" byte when Reset is called.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Reset improves reader performance when the same binary data is processed multiple times. It works by reusing the symbol table constructed during the first read, and jumping straight to the first "content" byte when Reset is called.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.