Right now we extract everything from every directory entry while iterating. This is one of the things killing performance on Tessel, and is pointless work regardless. We do kinda need the whole long name entries for pretty much all the use cases, but it's actually the main entries that take twice as long to parse (more bitwise fields like dates and times?).
Right now we extract everything from every directory entry while iterating. This is one of the things killing performance on Tessel, and is pointless work regardless. We do kinda need the whole long name entries for pretty much all the use cases, but it's actually the main entries that take twice as long to parse (more bitwise fields like dates and times?).