Closed popematt closed 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.
depth=0
IonElementLoaderOptions
useRecursiveLoad
IonElementLoaderImpl
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
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
.IonElementLoaderOptions
not a data class, so that we can change it without it being a potentially breaking change every time.IonElementLoaderOptions
useRecursiveLoad
option toIonElementLoaderOptions
IonElementLoaderImpl
to use theuseRecursiveLoad
optionBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.