-
Notifications
You must be signed in to change notification settings - Fork 2
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
Transfer performance #7
Comments
Out of curiosity, did you ever write said blog post? If so, what's the link? |
Not yet - I am still wrestling with the basic functions - performance is taking a back seat to correct behaviour for now... |
Wise choice. 😁 |
Hey all, glad this module exists. Looking forward to working with this. |
Appreciate the feedback ... I have been stuck with a nasty Rust issue for a while, but I think that that is now resolved. |
20:37 discord-raku-bot @japhb I got a CBOR file -- how do I read it in Raku? Using
slurp
with ":bin" ?20:49 discord-raku-bot @japhp Yeah, I got it working. And, yes, the CBOR utilization gives me the fastest ingestion of ≈700MB CSV file in Raku.
Some use cases require data transfer - such as using the Rust fast read_csv to import a DataFrame from disk like this:
A blog post on transfer performance is forthcoming...
The text was updated successfully, but these errors were encountered: