Efficient Builders
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.