How about not considering loading a package to be a bunch of changes. Loading a parcel isn't. -Chris Lopeman
- Updating a parcel does. It has to. If you save a package version binary it will go through the parcel load mechnisism, which, when doing an update, first compares the code to the image to determine the changes. What motivates this request? Only loading deltas saves a lot of work.-Diane Savereide
- As well, there are discussions within engineering on how to make loads atomic, whether they are source loads or binary loads. - James Robertson