Bug 811 - Cache annotation captions internally
Summary: Cache annotation captions internally
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Protocol decoding (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-16 22:44 CEST by Soeren Apel
Modified: 2020-05-03 17:35 CEST (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!