Bug 811

Summary: Cache annotation captions internally
Product: PulseView Reporter: Soeren Apel <soeren>
Component: Protocol decodingAssignee: Nobody <nobody>
Status: RESOLVED FIXED    
Severity: normal CC: uwe
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Soeren Apel 2016-06-16 22:44:15 CEST
Currently, annotations are duplicated over and over again. PV should use internal caching to conserve memory. boost::flyweight may be suitable.
Comment 1 Uwe Hermann 2020-05-03 17:35:57 CEST
Fixed in 1dcd9b18186741d3ce3164f7e8d6cb13abb578d3, thanks!