Unique entries in the Blob (identified by their start address and size) can be referenced by different Entry objects from different Directory objects. For the consistency of the Blob it might be beneficial to deduplicate those Entry objects in their factory methods (from_fields, from_blob)
Unique entries in the
Blob
(identified by their start address and size) can be referenced by differentEntry
objects from differentDirectory
objects. For the consistency of theBlob
it might be beneficial to deduplicate thoseEntry
objects in their factory methods (from_fields
,from_blob
)