Opened 7 years ago
Closed 7 years ago
#3855 closed enhancement (fixed)
TWKB generations works too much on the heap
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Checking a profile of TWKB it becomes pretty clear that for large numbers of small objects it spends an inordinate amount of time allocating and deallocating memory, mostly handling bytebuffers on the heap. Sticking those buffers on the stack, and also having the buffers use a default static buffer initially makes things *much* faster.
Change History (3)
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
all this work and no NEWS update or Doc update?
Shouldn't this be under section enhancements?
Note:
See TracTickets
for help on using tickets.
In 15780: