Patch Changes
105d66d73529812a8eddc0847891e7f0c574e129#4713 Thanks @xaviergonz! - perf: reduce memory used by large, mostly unobserved state.intercept/observehandler arrays are allocated at their exact size, an observable's internal observersSetis released once its last observer leaves, observable objects created with the samedeep/autoBindoptions share one default annotation instead of allocating their own, andendBatch()skips the unobservation pass when nothing is pending.