Skip to content
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

add Arrow2...Arrow9 to improve performance #31

Open
illusory0x0 opened this issue Jan 14, 2025 · 0 comments
Open

add Arrow2...Arrow9 to improve performance #31

illusory0x0 opened this issue Jan 14, 2025 · 0 comments

Comments

@illusory0x0
Copy link
Contributor

use curry is boxing,

boxing f : (A,B) -> C into f_ : (A) -> (B) -> C

moonbit doesn't support implicit curry, we really need C++ pack or Rust macro to invoke function directly

another way to support muti argument is use f : ((A,B)) -> C, I don't think will be more efficient than curry version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant