-
Notifications
You must be signed in to change notification settings - Fork 651
Open
Labels
enhancementNew feature or requestNew feature or request❓ questionFurther information is requestedFurther information is requested📉 performanceOptimization, memory use, etcOptimization, memory use, etc
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request❓ questionFurther information is requestedFurther information is requested📉 performanceOptimization, memory use, etcOptimization, memory use, etc