Skip to content

Implement PLY file reading using property accessor #12627

@bourumir-wyngs

Description

@bourumir-wyngs

PLY file reading is currently implemented in a simplified way (see points3d_ext.rs). This could be optimized by using custom property accessors (you already have a TODO comment in the code referring to this). Such an improvement would enhance performance when handling large and high-resolution PLY files, some of which can be very large in practice.

For your API, this would not introduce any breaking changes.

I would be happy to implement this optimization using property accessors (I am a maintainer of ply-rs-bw and know it). Although the change itself is not extensive, I would prefer to discuss the approach in advance before proceeding and submitting a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request❓ questionFurther information is requested📉 performanceOptimization, memory use, etc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions