Skip to content

Commit 221d282

Browse files
Improve write performance in some cases by managing PatchPoints and containers directly in writer (#1101)
* Remove RecyclingStack - manage container stack directly in writer * Remove RecyclingQueue - manage PatchPoint list directly in writer * Set version for local testing * Delete unused data structures and imports * Code cleanup * Add code documentation * Fix version * Whitespace consistency fixes * Simplify container push logic * Delete unused function * Apply suggestions from code review Co-authored-by: Joshua Barr <70981087+jobarr-amzn@users.noreply.github.com> * Comment adjustments * Remove duplicate function call, unnecessary else --------- Co-authored-by: Joshua Barr <70981087+jobarr-amzn@users.noreply.github.com>
1 parent 2e7808a commit 221d282

3 files changed

Lines changed: 101 additions & 352 deletions

File tree

src/main/java/com/amazon/ion/impl/_Private_RecyclingQueue.java

Lines changed: 0 additions & 122 deletions
This file was deleted.

src/main/java/com/amazon/ion/impl/_Private_RecyclingStack.java

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)