-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: add cython monotonic_time_coarse implementation #38
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 6 +1
Lines 210 229 +19
Branches 30 34 +4
=========================================
+ Hits 210 229 +19 ☔ View full report in Codecov by Sentry. |
I'm walking in the dark here. Trying to help out with the Bermuda tracker integration referenced above. If the existing code imports as:
What should this be changed to for the new location? |
or |
This works nicely, thanks ❤️ |
Working here too. I'll add a PR to the integration |
This is ~44% faster vs the python implementation