Bug 759 - Optimize tag memory usage through a singleton factory
Summary: Optimize tag memory usage through a singleton factory
Status: RESOLVED DUPLICATE of bug 429
Alias: None
Product: BpmDj - old linux tools
Classification: Unclassified
Component: selector (show other bugs)
Version: 3.6
Hardware: PC Linux
: Future minor
Assignee: Werner Van Belle
URL:
Depends on:
Blocks:
 
Reported: 2007-10-27 18:25 CEST by Werner Van Belle
Modified: 2009-11-22 21:53 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 2 Werner Van Belle 2009-11-22 21:53:26 CET

*** This bug has been marked as a duplicate of bug 429 ***
Comment 1 Werner Van Belle 2007-10-27 18:27:22 CEST
The necessary change would be in
tags_type Tags::parse_tags(QString tagstring)
Description Werner Van Belle 2007-10-27 18:25:29 CEST
Another approach to optimize this data is simply pointing to the same data instead of reallocating the same chunk. Doing so might improve the memory usage somewhat.