root-11 / tablite

multiprocessing enabled out-of-memory data analysis library for tabular data.
MIT License
37 stars 8 forks source link

Added nimble support #136

Closed realratchet closed 9 months ago

realratchet commented 9 months ago

Added support for nimble, refactored some code, helper functions, change nim gc to refc instead of arc because there's a bug in it cleaning up stack variables before procedure ends.

codecov-commenter commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (4d21908) 82.90% compared to head (edc057d) 83.00%.

Files Patch % Lines
tablite/nimlite.py 93.75% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ========================================== + Coverage 82.90% 83.00% +0.10% ========================================== Files 27 27 Lines 4205 4207 +2 ========================================== + Hits 3486 3492 +6 + Misses 719 715 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.