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

Simplex grid: speed #4

Open
marvinschmitt opened this issue Feb 12, 2022 · 0 comments
Open

Simplex grid: speed #4

marvinschmitt opened this issue Feb 12, 2022 · 0 comments

Comments

@marvinschmitt
Copy link
Owner

Currently, the simplex grid is constructed in each plot call (i.e., each facet). This makes it a priority target for optimization.

Ideas:

  • C++ implementation (Rcpp)
  • Pre-compute for a suitable resolution (e.g. 101 x 101) and ship with the package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant