As axtavt commented, Delta is essentially the difference between two instances of an object.
... he shares the memory of the object graphs ...
You can count in simpler expressions, for example ...
Defines the difference between instances of an object
What the paragraph says is ...
Other caching structures / technologies synchronize the state of objects across several nodes in a cluster, sending messages between nodes that contain each information about each instance, even data that has not changed. Terracotta processes this more efficiently only by sending information that has been modified to synchronize objects.
Think of it as an SVN commit. When you transfer the file to the SVN repository, your computer does not send the entire file to the server, it sends only diff (or delta) to synchronize the file storage version with your local copy.
Hope this helps!
source share