Modify ↓
#11653 closed enhancement (fixed)
[PATCH] AbstractPrimitive.getKeys optimization
Reported by: | shinigami | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.08 |
Component: | Core | Version: | latest |
Keywords: | performance | Cc: |
Description
AbstractPrimitive.getKeys creates HashMap even for empty keys data. Change to Collections.emptyMap and singletonMap saves lots of garbage during file loading.
Attachments (1)
Change History (5)
Changed 8 years ago by
Attachment: | getkeys.patch added |
---|
comment:1 Changed 8 years ago by
Keywords: | performance added |
---|---|
Milestone: | → 15.07 |
Summary: | AbstractPrimitive.getKeys optimization → [PATCH] AbstractPrimitive.getKeys optimization |
Note: See
TracTickets for help on using
tickets.
patch