Skip to content

Efficient Builders

Compare
Choose a tag to compare
@benbjohnson benbjohnson released this 07 Mar 01:48
· 57 commits to master since this release
2afb12f

The primary improvement in v0.2.0 is the addition of the ListBuilder, MapBuilder, and SortedMapBuilder. These allow multiple mutations to occur on a List, Map, and SortedMap, respectively, while minimizing allocations. Overall performance can improve by more than 10x depending on how many operations are combined. YMMV.

This release also includes some minor docs changes.