-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: polars + bun js runtime #110
Comments
reading through the docs... seems like a really cool project. Not relying on the V8 runtime seems like a game changer in terms of performance & interop. It looks like they have actually implemented the |
Thanks for the feedback; makes sense. I was waiting on a bugfix on bun to test further - oven-sh/bun#644 This appears resolved, I'm going to take a look around and see if I notice a marked improvement in bun vs node. It may take some time, but I will report back(read: behind lots of other things in the todo list). Open to anyone else jumping in as well. Best, |
I did give this a try, it looks like without |
It looks like Bun is still missing |
You can try bun upgrade --canary Note that the |
Moving this to the |
As much as I'd love to help on this, I do not foresee having the bandwidth in the near future. Feel free to close for housekeeping unless someone else has the cycles. It can always be recreated if someone steps forward to take it on. |
All right, I'll close this for now. Thank you! |
The new zig-based runtime for JS looks extremely promising:
Specifically, FFI appears much more performant: https://github.com/oven-sh/bun#bunffi-foreign-functions-interface
@ritchie46 @universalmind303 -- has this made your radar yet?
I was considering giving it a run on my side; but figured it made sense to ask you guys first.
If this is of interest, do you have any guidance on how you would like to see it in the project structurally?
Best,
Ryan
The text was updated successfully, but these errors were encountered: