Skip to content

Performance issue with data frames with non-double columns #176

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

Closed
Enchufa2 opened this issue Nov 15, 2018 · 0 comments
Closed

Performance issue with data frames with non-double columns #176

Enchufa2 opened this issue Nov 15, 2018 · 0 comments

Comments

@Enchufa2
Copy link
Member

Reported here. With the script attached,

$ perf record -F 99 Rscript test.R
$ perf report
Samples: 4K of event 'cycles:uppp', Event count (approx.): 149446301773
Overhead  Command  Shared Object        Symbol
  62,42%  R        libR.so              [.] Rf_coerceVector
   7,66%  R        libR.so              [.] 0x0000000000174cb8
   3,35%  R        libc-2.28.so         [.] __memcmp_avx2_movbe

The call to Rf_coerceVector kills the performance.

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