amazon-ion / ion-java-benchmark-cli

Apache License 2.0
7 stars 9 forks source link

Allows symbol table boundaries to be preserved when converting from Ion 1.0 to Ion 1.1. #64

Closed tgregg closed 5 months ago

tgregg commented 5 months ago

Issue #, if available:

Fixes #62

Description of changes:

This allows more direct performance comparisons between Ion 1.0 and Ion 1.1. Note: ion-java's 1.1 writer needs to flush upon encountering a system value in order to achieve comparable performance to the Ion 1.0 writer (see https://github.com/amazon-ion/ion-java/issues/873).


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