Search optimization and multithreaded search #760
Draft
shubhamshahaBMW wants to merge 2 commits intoCOVESA:masterfrom
Draft
Search optimization and multithreaded search #760shubhamshahaBMW wants to merge 2 commits intoCOVESA:masterfrom
shubhamshahaBMW wants to merge 2 commits intoCOVESA:masterfrom
Conversation
Collaborator
shubhamshahaBMW
commented
Jan 16, 2026
- add qtconcurrent in search for faster search
- Linux script for recording search performance
- Optimize toStringHeader and ToStringPayload
d2dd72c to
d213a29
Compare
Optimize the logic of toStringHeader and toStringPayload functions. Implemented caching mechanisms for toStringHeader did better memory management in both functions.
ec3de0d to
1de1b44
Compare
- create 4 or less threads based on cpu cores - divide the file list into chunks and assign each chunk to a thread - each thread processes its chunk and collects results - combine results from all threads and update the UI - chunk size is adjusted based on number of logs
1de1b44 to
2ce67b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.