-
Type:
Task
-
Resolution: resolved
-
Priority:
Minor
-
Component/s: SW
-
None
From wittgen SLACK message on #rogue-daq on 13DEC2018:
Some comments on rogue performance with RSSI:
heap allocation + CRC checksum are accountable 12% of CPU cycles. boost offers crc_optimal, tbb (https://www.threadingbuildingblocks.org/) a malloc proxy
A few lines of code changes are required. Above profile with TBB and crc_optimal<32>