From: Psionic K <psionik@positron.solutions>
To: emacs-orgmode@gnu.org
Subject: Binary Table & Babel Data Passing
Date: Thu, 12 Dec 2024 15:01:53 +0900 [thread overview]
Message-ID: <CADQMGAQ6REDJm8H=CpUF+HHBa3suOpHuMGhAq_UR9-V4cuNwBw@mail.gmail.com> (raw)
Buffer text is not a good data transfer protocol for moving return
values from babel block to block. It is also not a good storage
medium for table data. I propose we implement more binary data
passing strategies.
Elisp memory is it's own source of problems, so what would likely work
better is a dynamic module to store values, like a binary cache for
data. Don't quote me. I didn't do a three year design analysis on
this.
Within the org document, such a cache would be implemented by
returning truncated results to Elisp for display in an overlay. Table
display can be handled much the same way. The user sees some data.
Everything runs basically the same and with a similar user experience,
but wildly faster.
In fact, going the dynamic module route paves the way for displaying
tables outside of Emacs display, getting around the limitations that
make multi-line cells etc problematic. Such a table viewer could
operate its own frames, support tabs etc, and bring Org much, much
closer to a traditional spreadsheet application in terms of
capability.
But first things first, binary data passing between babel blocks and
avoiding serialization for languages where the runtime can be
convinced to do it should have been done two decades ago on POSIX.
Next best time is now, using 2025 tools.
reply other threads:[~2024-12-12 6:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CADQMGAQ6REDJm8H=CpUF+HHBa3suOpHuMGhAq_UR9-V4cuNwBw@mail.gmail.com' \
--to=psionik@positron.solutions \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).