PCDLoader: parse header without TextDecoder#31069
Conversation
|
How does these numbers compare to the previous version of |
|
@Mugen87 The The parsing time of the old version will increase significantly as the pcd file becomes larger, while the new version keeps a relatively low parsing time. |
|
Is the performance different that large because AFAIK, PCD headers do not have a fixed size so it is not possible to detect the header portion of the binary data. In this case, the proposed change looks good |
|
Yes, for the reason you said |
* feat: parse binary pcd header directly * chore: unify variable naming
* feat: parse binary pcd header directly * chore: unify variable naming
Related issue: -
Description
More efficient parsing of header information.