-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)
Description
What would you like to see added to PyNWB?
During import of pynwb, 5 different type maps are created, and the same pynwb class is registered 3 times and the same hdmf class is registered 5 times. This seems unnecessary and because, copying type maps is slow, I think this is a major contributor to the slow import. Related to #1487.
Is your feature request related to a problem?
No response
What solution would you like?
Remove redundant creation of type maps
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
- I agree to follow this project's Code of Conduct
- Have you checked the Contributing document?
- Have you ensured this change was not already requested?
Metadata
Metadata
Assignees
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)alternative solution already working and/or relevant to only specific user(s)