unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: simon254@mailbox.org
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: beginners elisp question - parallel execution
Date: Tue, 17 Nov 2020 18:01:41 +0000 (GMT)	[thread overview]
Message-ID: <565010363.4200.1605636101522@office.mailbox.org> (raw)

Hi,

sorry if this is a very dumb question:

in the past there were discussions about multi threading in emacs. My impression is that where most of a performance gain like this would be useful is for e.g. computing fuzzy scores for a long list of candidates or similar things. 

Would it be possible to introduce something like pure functions in fortran too elisp? I.e. functions that are not allowed to have side effects and for example act only on one list element? This could then be given to a new "number crunching" routine (mapcar_para?) which applies them in parallel to a list (via openmp or whatever)? Or is the concept already flawed? 

Again, sorry if this is dumb,

Simon



             reply	other threads:[~2020-11-17 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-17 18:01 simon254 [this message]
2020-11-17 20:19 ` beginners elisp question - parallel execution Qiantan Hong

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.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=565010363.4200.1605636101522@office.mailbox.org \
    --to=simon254@mailbox.org \
    --cc=emacs-devel@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.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).