Modify ↓
#11650 closed enhancement (fixed)
[PATCH] Parsing optimization
Reported by: | shinigami | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.08 |
Component: | Core | Version: | |
Keywords: | performance | Cc: |
Description
When parsing osm file, AbstractPrimitive's setTimestamp(getTimestamp()) is used for copying timestamps, what allocates lots of Date objects. I have added new methods - getRawTimestamp and setRawTimestamp working directly with ints. It can be used in other pieces of code too.
Attachments (1)
Change History (5)
by , 10 years ago
Attachment: | dates.patch added |
---|
comment:1 by , 10 years ago
Type: | defect → enhancement |
---|
comment:2 by , 10 years ago
Keywords: | performance added |
---|---|
Milestone: | → 15.07 |
Summary: | Parsing optimization → [PATCH] Parsing optimization |
Note:
See TracTickets
for help on using tickets.
patch