Changes between Initial Version and Version 1 of Ticket #16995, comment 35
- Timestamp:
- 2018-11-26T22:15:51+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16995, comment 35
initial v1 1 Ideas for further improvement: 2 ------------------------------- 3 1 4 Now that reading/writing PT_TIME is an internal job of class {{{WayPoint}}}, it seems easy to further reduce memory usage, by just associating a {{{Long}}} object which is 16 bytes in memory, compared to {{{Date}}} with 32 bytes. The necessary changes should be small and are limited to that class. 2 5