nextcloud / logreader

📜 Log reader for Nextcloud
56 stars 27 forks source link

perf: read larger chunks in logiterator #1179

Closed icewind1991 closed 6 months ago

icewind1991 commented 6 months ago

This speeds up iterating through log files by about 30x in my testing

8192 is chosen because it's the size of the php internal read buffer

come-nc commented 6 months ago
There was 1 failure:

1) OCA\LogReader\Tests\Unit\Log\LogIteratorTest::testGetLines
Failed asserting that actual size 0 matches expected size 2.