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

Using internal curry #18

Closed
WhoAteDaCake opened this issue Jul 22, 2017 · 4 comments
Closed

Using internal curry #18

WhoAteDaCake opened this issue Jul 22, 2017 · 4 comments

Comments

@WhoAteDaCake
Copy link
Contributor

WhoAteDaCake commented Jul 22, 2017

I've noticed that a lot of functions have a check whether the arguments are defined inside of them.
To cut down on size, wouldn't it be better to just wrap them in curry functions ?

@selfrefactor
Copy link
Owner

Spon on!
Marked as enhancement with the idea to be solved today or tomorrow

@WhoAteDaCake
Copy link
Contributor Author

The only downside of this is that It will slow them down by a tiny margin.

@selfrefactor
Copy link
Owner

It seems it is not tiny, at least with the current implementation of R.curry

rambda-benchmark

@selfrefactor
Copy link
Owner

I am closing the issue now, as currently there isn't appropriate solution available.

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

2 participants