Skip to content

Add "unsafe" conversion functions that share memory #4

@twpayne

Description

@twpayne

Currently go-geobabel copies data between representations. There is an opportunity to share data, for example slices of coordinates in the destination format can reference data in the input format. This leads to potentially surprisingly consequences with the benefit of increased performance.

Maybe we should add a second set of high-performance functions that share data wherever possible but include Unsafe in their name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions