Modify ↓
#11649 closed enhancement (fixed)
[PATCH] DateUtils optimization
Reported by: | shinigami | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.08 |
Component: | Core | Version: | latest |
Keywords: | performance | Cc: |
Description
Method parsePart is used for pre-checked inputs and always parses small string and creates substring at every call. I have changed it to extra cases for diferent sizes (2,3,4).
At my pc, when opening BIG osm file, it saves few percents of allocated garbage.
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | dateutils.patch added |
---|
comment:1 by , 9 years ago
Keywords: | performance added |
---|---|
Milestone: | → 15.07 |
Summary: | DateUtils optimization → [PATCH] DateUtils optimization |
Note:
See TracTickets
for help on using tickets.
patch