<div dir="ltr">Thanks for the tips. I&#39;ll start with emacs. Can anyone recommend a favorite emacs for mac? I know Rick is/was a fan of Aquamacs. </div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 12, 2016 at 6:00 AM,  <span dir="ltr">&lt;<a href="mailto:bil@ccrma.stanford.edu" target="_blank">bil@ccrma.stanford.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
with huge data its possible may run out of heap space<br>
</blockquote>
<br></span>
Not s7&#39;s heap -- it grows as needed.  You might run out<br>
of RAM, but 24000 cells is just a megabyte worst case<br>
and won&#39;t normally even trigger a GC.  If s7 by itself<br>
dies, send me the data file.  (I routinely work with<br>
millions of data points, so something else has to be<br>
the culprit -- I edit 1GByte data files in emacs).<br>
<br>
On editing out special chars, you can use s7 to do that,<br>
control-p is 16, control-m 13 etc.  If possible, run<br>
your test in a debugger (gdb in Linux/Mac) and send<br>
me a stacktrace.<br>
<br>
<br>
</blockquote></div><br></div>