Hi Do you think it's worth to make some of the isDeleted method impls final, like in ReadOnlySegmentReader and (maybe) DirectoryReader? I'm thinking the classes that are perceived as final could benefit from that, since their impl could be inlined. Maybe just make these classes final entirely?
Shai