]> git.neil.brown.name Git - edlib.git/commit
linecount: enable async line-counts
authorNeilBrown <neil@brown.name>
Sat, 3 Jun 2023 02:38:03 +0000 (12:38 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 05:40:21 +0000 (15:40 +1000)
commitec57159b76df49dabd31f7b41f7636928108fd89
treeb77e9f22bc870d5e97e002cc6cb19f90d4f4e439
parente1e7f3edc8a4096240b4e4f34c807f4e746f6049
linecount: enable async line-counts

When requested, linecounts progress about 300 lines at a time with only
the first 1000 done sync.  The rest happen on a timer.

Don't test the async line count though - it is too hard to match the timing.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
core-mark.c
lib-linecount.c