Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dramatic speed up #15

Merged
merged 1 commit into from
Feb 15, 2023
Merged

dramatic speed up #15

merged 1 commit into from
Feb 15, 2023

Conversation

The-Ludwig
Copy link
Owner

  • speed up
  • add test for event header

pandas did some interesting stuff, I think it is related to figure out the datatype and shape of a list of numpy arrays.
Converting the python list of numpy arrays to a single 2D numpy array resulted in a x5 speedup.

@codecov
Copy link

codecov bot commented Feb 15, 2023

Codecov Report

Merging #15 (62ae7d5) into main (107b9eb) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   86.46%   86.46%           
=======================================
  Files          10       10           
  Lines         495      495           
=======================================
  Hits          428      428           
  Misses         67       67           
Impacted Files Coverage Δ
panama/read.py 96.05% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@The-Ludwig The-Ludwig merged commit 0da17ea into main Feb 15, 2023
@The-Ludwig The-Ludwig deleted the speed branch February 15, 2023 11:37
The-Ludwig added a commit that referenced this pull request Nov 9, 2023
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.

1 participant