Milosz Muszynski
Results
22
issues of
Milosz Muszynski
To address page finding performance problem, separated base info file from the index file, thus speeding up access to base info and making it O(1) rather than dependent on the...
#### Summary Currently, index file is loaded during page finding, only to access the base commit info. This is suboptimal for larger index files. #### Possible solution design or implementation...