-
Notifications
You must be signed in to change notification settings - Fork 913
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
[REVIEW] Convert CSV reader CFFI to Cython #1453
Conversation
…unction for handling memory from libcudf
Some of this has been refactored in #1479 to deduplicate code and build better utility functions, but would rather have a single unit of work for review to start. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me overall. We'll probably change some stuff to more C++-like afterwards.
Co-Authored-By: kkraus14 <keith.j.kraus@gmail.com>
Co-Authored-By: kkraus14 <keith.j.kraus@gmail.com>
Co-Authored-By: kkraus14 <keith.j.kraus@gmail.com>
@j-ieong changes made to address all of your comments, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kkraus14 Looks great, thanks!
Related to #599 and #862