Changes between Version 1 and Version 2 of RFC8


Ignore:
Timestamp:
May 16, 2019, 10:53:02 AM (5 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RFC8

    v1 v2  
    1 = GEOS RFC 8: Improve CoordinateSequence API (WIP)
     1= GEOS RFC 8: Improve Coordinate Sequence API (WIP)
    22
    33||RFC 7:  ||Improve CoordinateSequence API||
     
    66||Status: || ||
    77
    8 This document proposes to modify the CoordinateSequence API to improve performance and adaptiveness.
     8This document proposes to modify the Coordinate Sequence API to improve performance and adaptiveness.
    99These improvements are (likely to be) breaking changes to the C++ API.
    1010These may require extensions to the C API to be externally available, but should not result in breaking the current C API.
     
    1212=== Background
    1313
    14 The CoordinateSequence API as it stands imposes a large cost on clients.
     14The Coordinate Sequence API as it stands imposes a large cost on clients.
    1515 * It requires copying coordinate list structures one or more times
    1616 * It imposes the cost of a Z ordinate even if not required by the client