-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
Description
dtl-viewer is slow when loading DLT files taking some time to load a file with just 500mb and becomes extremely slow files in the gigabytes. There are several parts that contribute to this but the main method is QDltFile::getMsg which is called from DltFileIndexer::indexFilter.
My plan is to first stablish a baseline to understand if the performance is actually improving or not and to do that I was thinking of using google's benchmark library which is fairly easy to use and well documented. The idea in this step is to create bechmarks for the biggest hotspots of the code. After that the optimization can start.
I already have some small benchmarks but nothing special but before putting more effort would this be a good idea?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status