Skip to content

Using borrowed ArrayView across threads #394

Answered by mejrs
edmnbv asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not that familiar with polars but it looks like you can avoid this by just not using a lazy dataframe (which in your code there is no reason to anyway).

two solutions I can see is via a transmute

This is a bad idea; don't do this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@edmnbv
Comment options

Answer selected by edmnbv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants