Skip to content

Arrow2 in ChannelData

Pre-release
Pre-release
Compare
Choose a tag to compare
@ratal ratal released this 06 Feb 21:54
· 9 commits to main since this release
1ab8973

Switched from ndarray to arrow2 to store channel data in memory, removing conversion and allowing direct memory access with C API or other tools like polars. Gained parsing 40% performance on typical mdf files.
Added more anyhow contexts in order to improve troubleshooting errors