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

Add C benchmark for vlen buffer management #304

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

mattjala
Copy link
Contributor

@mattjala mattjala commented Jan 30, 2024

A C implementation of the performance test added in #301. It's ~1000x faster than the python version of the same functions (0.000248 seconds for array_to_bytes, 0.000353 seconds for bytes_to_array), indicating that using Cython for this process could be exponentially faster than the current implementation.

@jreadey jreadey merged commit 05e5ab8 into HDFGroup:master Jan 31, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants