[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug? R: Org babel block execution *drastically* slower than in E
From: |
cberry |
Subject: |
Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly |
Date: |
Wed, 31 Oct 2012 09:41:06 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
John Hendy <address@hidden> writes:
> I edited the subject to be more concise/clear.I let orgmode chug away
> on reading in some ~10-30mb csv files for nearly 30min.
[rest deleted]
You need an ECM.
I cannot reproduce your issue.
This runs in the same amount of time, whether I execute the src block or
run the code from ESS:
#+begin_src R :session
write.csv(diag(10)[rep(1:10,100000),],file="abc.csv")
#+end_src
#+begin_src R :session :results output
system.time(read.csv("abc.csv"))
#+end_src
abc.csv is >25MB
If the behavior you describe only happens with some files, I suggest you
try to bisect them to find the issue.
HTH,
Chuck
- [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly, John Hendy, 2012/10/31
- Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly,
cberry <=
- Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly, John Hendy, 2012/10/31
- Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly, cberry, 2012/10/31
- Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly, John Hendy, 2012/10/31
- Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly, Thomas S. Dye, 2012/10/31
- Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly, Nick Dokos, 2012/10/31
- Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly, Nick Dokos, 2012/10/31