amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 7 forks source link

Adds loader option to use iterative-only loading #108

Closed popematt closed 2 months ago

popematt commented 2 months ago

Issue #, if available:

None.

Description of changes:

This follows up on something I noted in #103—namely that sometimes the data loads faster if you "fallback" to iterative loading at depth=0.

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