Changes between Initial Version and Version 1 of Ticket #5952, comment 12
- Timestamp:
- 2020-05-14T21:12:50Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5952, comment 12
initial v1 4 4 > Also, I'm not sure what "memory allocation" actually means - does it mean it is not released until the end of the process? Otherwise, if memory is allocated and deallocated but the time does not grow, do we actually care? 5 5 6 afaik it refers to general memory allocation which is an indicator for inefficient code i guess. But as i said, i moved an entire module which was isolated before to the matching module so it is expected. Also it has to allocate quite the amount of primitive integer arrays which drives up the count.6 afaik it refers to general memory allocation (not to unreleased allocation) which is an indicator for inefficient code i guess. But as i said, i moved an entire module which was isolated before to the matching module so it is expected. Also it has to allocate quite the amount of primitive integer arrays which drives up the count. 7 7 8 8 If there is no reduction in overall time it should be fine, but it might still be worse for some cases. Where can i find the results?