isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 2 forks source link

Remove builders #67

Open berquist opened 5 years ago

berquist commented 5 years ago

and switch to using module-level private constructors.

berquist commented 5 years ago

This will take a fair amount of work because of builder usage in vistautils and VistaNLP, as well as implementing efficient replacements for https://github.com/isi-vista/immutablecollections/blob/fc177085a13859c04eac9e7ef0ad6070701e542d/immutablecollections/_immutabledict.py#L166