Skip to content

Performance Improvement on Python API#621

Open
cmpute wants to merge 4 commits intoaurora-opensource:masterfrom
cmpute:master
Open

Performance Improvement on Python API#621
cmpute wants to merge 4 commits intoaurora-opensource:masterfrom
cmpute:master

Conversation

@cmpute
Copy link
Contributor

@cmpute cmpute commented Dec 2, 2020

I did some changes to the python version API:

  1. Point clouds and images are stored separately to improve serialization performance of large point cloud
  2. Add type hints to builder classes for better class inference
  3. Remove the logger option as the logging in Python is handled in a different way from Javascript. The logging module provides centralized management, so I change the code to directly used the default logger for better clarity and easier maintenance.

@twojtasz twojtasz self-requested a review December 7, 2020 07:09
@twojtasz
Copy link
Contributor

twojtasz commented Dec 7, 2020

Looking at this now.

@CLAassistant
Copy link

CLAassistant commented Jan 20, 2022

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants