Andreas Huber 911062e26b use RandomAccessFile in FolderStorage.getPathByOffset()
The old implementation opened a new buffered reader everytime
getPathByOffset was called. This took 1/20th of a second or
longer. For queries that visited thousands of files this could
take a long time.
We are now using a RandomAccessFile, that is opened once. The
average time spend in getPathByOffset is now down to 0.11ms.
2018-05-10 10:22:25 +02:00
2018-04-21 20:01:39 +02:00
2018-04-21 19:59:00 +02:00
2018-05-01 17:32:25 +02:00
2018-05-01 17:32:25 +02:00
2018-03-19 19:21:57 +01:00
2017-04-16 09:07:28 +02:00
2018-04-21 20:01:39 +02:00
2017-12-16 17:33:45 +01:00
2017-04-14 07:43:42 +02:00
2016-12-04 10:41:37 +01:00
2016-12-04 10:41:37 +01:00
Description
No description provided
8.3 MiB
Languages
Java 79.4%
TypeScript 11.1%
HTML 4.5%
Python 2.8%
SCSS 1.1%
Other 0.9%