-
Notifications
You must be signed in to change notification settings - Fork 906
Closed
Labels
Description
This is probably not an easy question. py-polars make extensive use of PyO3 to build a python wrapper around polars. Now I would like to investigate the possibility of letting users compile their own functions against an already compiled cdylib python library.
This issue is a late response to:
David Hewitt
@davidhewitt
Jan 16 08:00
Hmm, that's an interesting question.
I don't think there's an easy answer, but it should be possible.
You'll probably need to make users link against the polars extension library?
Not entirely sure. Want to open an issue and we can figure out a POC?