-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ISSUE #221][GENERAL] Constant high memory consumption ...
...after the 'heavy' search queries - Introduce CMake option 'DMA_TC_MALLOC_OPTIMIZATION' - Introduce CMake option 'DMA_TC_MALLOC_PROFILING' - Introduce release RAM optimization for cases when tcmalloc is not used - Remove redundant 'tIntRangePtrWrapper' data structure - Change std::shared_ptr<QString> tFoundMatch::pMatchStr field to the QString tFoundMatch::matchStr - Optimise the performance of the console view for a big set of messages - Change the logic of the console view history (the up arrow is now 'next' action, not 'previous' ) - Update README.md Signed-off-by: Vladyslav Goncharuk <vladyslav_goncharuk@epam.com>
- Loading branch information
Vladyslav Goncharuk
committed
Nov 23, 2024
1 parent
b4a7d23
commit 06e687b
Showing
16 changed files
with
283 additions
and
103 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.