-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
enhancementIndicates new improvementsIndicates new improvements
Description
Feature Request
Problem
Unpacking Python native type Datetime
is slow, I currently am working on a PR to hopefully improve the performance of unpacking regular Datetime
objects. In the process of reviewing this PR @dimitri-yatsenko has shown that the unpacking of np.datetime64
is much faster than native Datetime
. We should look into adding support for np.datetime
objects.
Requirements
Update Datajoint.Blob Unpack/Pack methods to support np.datetime64
Justification
Adding support for this type would greatly improve performance of retrieving datetime objects
Alternative Considerations
Current workaround is found here
Metadata
Metadata
Assignees
Labels
enhancementIndicates new improvementsIndicates new improvements