]> sigrok.org Git - pulseview.git/commitdiff
Increase decoding chunk size for much better performance.
authorUwe Hermann <redacted>
Mon, 6 Mar 2017 07:41:42 +0000 (08:41 +0100)
committerUwe Hermann <redacted>
Mon, 6 Mar 2017 10:46:44 +0000 (11:46 +0100)
Increasing the (max) decoding chunk size from 4ksamples to 10Msamples
leads to massively faster protocol decoding due to reduced overhead
related to srd_session_send() and other functions invoked internally.

In some cases a 2x (or more) speed-up has been observed.


No differences found