cyclonedds/src
Erik Boasson 7f5c56e819 defer triggering dqueue thread until end-of-packet
There appears to be a minor performance benefit to not waking up the
delivery thread (if used) immediately upon enqueueing the first sample,
but rather to wait (typically) until the end of the packet.  In a
latency measurement it probably makes little difference: one shouldn't
use asynchronous delivery if one needs the lowest possible latency, and
the end of the packet is reached rather quickly normally.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-05-23 18:51:23 +02:00
..
cmake lift limits on handle allocation and reuse (#95) 2019-05-23 18:51:23 +02:00
core defer triggering dqueue thread until end-of-packet 2019-05-23 18:51:23 +02:00
ddsrt enable printf format checking for dds_log 2019-05-23 18:51:23 +02:00
docs ignore all-zero durability service QoS in SEDP 2019-05-23 18:51:23 +02:00
etc Let dds_create_participant determine domain id if config specifies "any" (new default) 2018-10-14 14:02:47 +08:00
examples enable printf format checking for dds_log 2019-05-23 18:51:23 +02:00
idlc Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
scripts Initial contribution 2018-04-10 17:03:59 +02:00
tools lift limits on handle allocation and reuse (#95) 2019-05-23 18:51:23 +02:00
util lift limits on handle allocation and reuse (#95) 2019-05-23 18:51:23 +02:00
CMakeLists.txt lift limits on handle allocation and reuse (#95) 2019-05-23 18:51:23 +02:00