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

Map functions with the same result #3

Open
filipefilardi opened this issue Jun 11, 2018 · 6 comments
Open

Map functions with the same result #3

filipefilardi opened this issue Jun 11, 2018 · 6 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@filipefilardi
Copy link
Member

I need help to map functions that can provide the same result.

Example

to string functions

  1. as.character()
  2. paste()
  3. toString()
  4. sprintf()

Once you mapped at least two functions, open a pull request with the readme updated like this or source code in analyse.R

@filipefilardi filipefilardi added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 11, 2018
@ghost
Copy link

ghost commented Sep 1, 2018

What about test map and apply functions to compare their performance with diferent outputs. Like map that returns a list and map_chr that returns a char vector compared to apply and sapply?

@filipefilardi
Copy link
Member Author

filipefilardi commented Sep 5, 2018

Map functions are related to #12

@YusefAN
Copy link

YusefAN commented May 7, 2019

I'm happy to help out with this if this is still an open issue what other functions to compare are required to compare?

I also see on subset you've only looked at dplyr and base - maybe having data.table there would also be useful as its likely faster than both base and dplyr?

@filipefilardi
Copy link
Member Author

Thanks @YusefAN

This is kinda a continuos issue because it always gonna be functions with the same functionality to benchmark. Feel free to suggest anything or any change!

I think it's a good idea having the suggested things for subset. We're glad that you're interested in contribute and if needed, check here how to do it

@sowmya866
Copy link

Hello ,I want to help out with this

@filipefilardi
Copy link
Member Author

Hello @sowmyaprasaad

Thanks for taking the interest to contribute with us. Check the contributing guidelines if you have any questions on how to do it.

😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants