amazon-ion / ion-java-benchmark-cli

Apache License 2.0
7 stars 9 forks source link

Allows reader buffer configuration to be applied to both continuable and non-continuable binary readers. #63

Closed tgregg closed 6 months ago

tgregg commented 6 months ago

Description of changes:

When this option was initially authored, the continuable (i.e. incremental) and non-continuable readers had completely different implementations, and only the continuable one supported custom buffer configuration. Those implementations have since been unified, and both support the same configuration. This PR just allows the option to be applied to both types of binary readers.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.