EntryNode currently stores more data than is really needed. For example, there is no reason to store a whole metadata field, since only access_time and mode is actually extracted from it during rendering. This jacks up the memory usage of the whole tree. The goal is to have EntryNode be as lean as possible.
EntryNodecurrently stores more data than is really needed. For example, there is no reason to store a wholemetadatafield, since onlyaccess_timeandmodeis actually extracted from it during rendering. This jacks up the memory usage of the whole tree. The goal is to haveEntryNodebe as lean as possible.