Code Monkey home page Code Monkey logo

Comments (2)

romainfrancois avatar romainfrancois commented on May 22, 2024

inner_join

microbenchmark( 
    dplyr = inner_join(batting_df, person_df), 
    internal = inner_join_impl(batting_df, person_df)
)
Unit: milliseconds
     expr       min        lq    median        uq       max neval
    dplyr 608.28119 677.57321 740.09152 758.02746 1079.6772   100
 internal  59.50714  60.34692  61.42959  64.52863  145.7606   100

from dplyr.

romainfrancois avatar romainfrancois commented on May 22, 2024

And left_join

microbenchmark( 
    dplyr = left_join(batting_df, person_df), 
    internal = left_join_impl(batting_df, person_df)
)
Unit: milliseconds
     expr       min        lq    median        uq      max neval
    dplyr 700.47059 733.52926 797.54442 810.30913 872.3305   100
 internal  51.74547  52.41426  52.82042  56.73652 140.0787   100

from dplyr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.