Modify ↓
Opened 4 years ago
Closed 4 years ago
#20793 closed enhancement (fixed)
[Patch] Reduce memory consumption for GpxExtensionCollection
Reported by: | Bjoeni | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | 21.05 |
Component: | Core | Version: | tested |
Keywords: | gpx extension heap | Cc: | simon04, GerdP |
Description
This patch reduces the memory required for GpxTracks that do not use extensions by approx. 39%.
Instances of GpxExtensionCollection
and Stack<GpxExtension> childStack
will only be created when actually required.
Attachments (1)
Change History (3)
by , 4 years ago
Attachment: | 20793.gpx-memory.diff added |
---|
comment:1 by , 4 years ago
Keywords: | gpx extension heap added |
---|---|
Milestone: | → 21.05 |
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Thank you for looking into the memory consumption. I'll review/apply this patch for milestone:21.05.