all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bash code block runs slow on org 9.6
@ 2022-12-09 18:34 Majzoub, Eric
  2022-12-10  2:49 ` Max Nikulin
  2022-12-10  5:53 ` Ihor Radchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Majzoub, Eric @ 2022-12-09 18:34 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

I've got a code block that looks like the following.

#+name: read_csv
#+begin_src bash :results replace :exports none
  cat ./file.csv | gawk -f ./awkfile.awk | tee .tmp1.dat;
#+end_src

This runs essentially instantaneously in org 9.5.5, but it takes much
longer, about 2 seconds or more on org 9.6, using the first release
version. Pre-release versions of 9.6 were even slower, so it seems it's
improved. But still, it's a lot slower than 9.5.5. What can I do to
diagnose the slowdown?

BTW, I'm using emacs 29.0.60, but it's the same result in emacs
30.0.50. My CSV file is pretty small, maybe 100 lines at most, and the
awk script runs essentially instantaneously on the file in an xterm.

Eric

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-10 18:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09 18:34 bash code block runs slow on org 9.6 Majzoub, Eric
2022-12-10  2:49 ` Max Nikulin
2022-12-10  5:53 ` Ihor Radchenko
2022-12-10 18:18   ` Majzoub, Eric

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.