-
Notifications
You must be signed in to change notification settings - Fork 63
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
Alternative CSV reader #589
Comments
I tried FastCSV and want to utilize it on JVM for performance that several times better than existing one and beats pandas too |
Keep in mind that you can always write your own interface and hide the platform implementation later |
I've been experimenting with different implementations to find the fastest one in combination with DataFrame. Each test has two versions of the implementation:
We test:
Small CSV: 65.4 kB |
I now added Deephaven-csv: (s/op: Lower is better)
Note: The deephaven integration might not be optimal yet:
|
Combining Deephaven with #712 is very promising. Doing the same on the master branch yields: Both in terms of memory and performance, there's something to gain from using deephaven and primitive arrays, at least when it comes to reading csvs :) |
should be investigated: https://github.com/doyaaaaaken/kotlin-csv
The text was updated successfully, but these errors were encountered: