#
fcf40f17 |
| 26-Nov-2016 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Fix a crash when a big file is updated with partial lines.
|
#
7151e3ac |
| 30-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Add caching of the position in CompressedLineStorage.
|
#
e49f4922 |
| 23-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Re-activate compressed lines in memory.
|
#
653377b6 |
| 16-Aug-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now share the indexing data between the two threads.
Compression is disabled.
|
#
af5438c7 |
| 15-Apr-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Now copy the line position table between threads.
Temporary and very SLOW!
|
#
3c46a469 |
| 05-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Complete initial implementation of memory compression.
|
#
7a2f3a57 |
| 05-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Implement compression of the memory for the index.
|
#
f049f87f |
| 04-Mar-2015 |
Nicolas Bonnefon <nicolas@bonnefon.org> |
Refactor the LinePositionArray and add tests.
|