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

launch a V8 session once per function call #49

Closed
ateucher opened this issue Dec 10, 2016 · 1 comment
Closed

launch a V8 session once per function call #49

ateucher opened this issue Dec 10, 2016 · 1 comment
Milestone

Comments

@ateucher
Copy link
Owner

Rather than a session-wide context, launch once per function call. I think that way we should be able to support parallel processing without running out of memory as quickly.

@ateucher ateucher added this to the v0.2 milestone Dec 10, 2016
@jbkunst
Copy link

jbkunst commented Jan 5, 2017

Hi @ateucher

Yes! Please! It will be an elengant solution to

ms <<- V8::v8()
.

Besides I have problem when I try to load the package in knitr a document. So I need to put the library(rmapshaper) out of the rmd document and load before knit the rmardown file :/.

Thanks for this 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

2 participants