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

Improve performance #14

Closed
wants to merge 6 commits into from
Closed

Improve performance #14

wants to merge 6 commits into from

Commits on Jul 27, 2024

  1. Store data.frame as internal data

    To avoid the cost of recreating the data.frame each time
    
    3.5x faster than previous commit
    Bisaloo committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    206924d View commit details
    Browse the repository at this point in the history
  2. Use vectorized functions wherever possible

    2x faster than previous commit
    Bisaloo committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3aa48a3 View commit details
    Browse the repository at this point in the history
  3. Use unlist()/relist() strategy

    3x faster than the previous commit
    Bisaloo committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    9bdc54a View commit details
    Browse the repository at this point in the history
  4. Update CITATION.cff

    actions-user committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    e7f2aff View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Restore numeric shortcut

    Bisaloo committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4cf5970 View commit details
    Browse the repository at this point in the history
  2. Fix imports and exports

    Bisaloo committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    dcd2d2e View commit details
    Browse the repository at this point in the history