History log of /glogg/src/data/logdataworkerthread.h (Results 1 – 10 of 10)
Revision Date Author Comments
# de1abac6 20-Apr-2017 Nicolas Bonnefon <nicolas@bonnefon.org>

When doing a partial index, detect the start point in the worker thread.

It used to be done in the main thread and mangled the index in some
cases.

Fixes #149.


# 5fa25391 12-Feb-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Add support for UTF-8 files.

Fixes #16


# 2493b508 15-Jan-2016 Nicolas Bonnefon <nicolas@bonnefon.org>

Improve "pull to follow" locking when the file is short.


# 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.


# 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.


# 812146a8 12-Feb-2014 Nicolas Bonnefon <nicolas@bonnefon.org>

Defend against allocation errors whilst indexing.


# bb02e0ac 14-Oct-2013 Nicolas Bonnefon <nicolas@bonnefon.org>

Move the source files to src/