What's Changed
- Copies changes from
ion-11-encodingbranch that are not specific to Ion 1.1. (#1096) - Resurrect copy optimization. (#1093)
- Shortens AbstractIonWriter.writeValues, allowing the JIT to optimize it more efficiently, improving performance by up to 12%. (#1094)
- Specify that OversizedSymbolTableHandler is required for limited buffers. (#1098)
- Improve write performance in some cases by managing PatchPoints and containers directly in writer. (#1101)
- Fixes IonReader.getIntegerSize() calculation. (#1055)
Full Changelog: v1.11.0...v1.11.11