avh4 / perdata-datum

0 stars 0 forks source link

Dynamic documents reference the entire database #1

Open avh4 opened 11 years ago

avh4 commented 11 years ago

On second look, they actually are immutable, since DatumStores are immutable. But they currently reference the entire store, when they only need to reference their attribute values, so they could be optimized to prune/dispose their stores on instantiation.