emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Concurrency, again


From: Philipp Stephani
Subject: Re: Concurrency, again
Date: Tue, 25 Oct 2016 13:30:04 +0000



Stefan Monnier <address@hidden> schrieb am Do., 13. Okt. 2016 um 17:07 Uhr:
> I also know that in the not that distant future processors with
> hundreds or thousands of cores are going to be common, so there will
> only be more demand with time for the ability to do real concurrency
> for performance. Solving the parallel execution issue may be a matter
> of importance if (in the future) people are going to do things like
> using Emacs as a primary web browser and development environment.

"Luckily" here, it seems that (usefully) increasing the number of cores
is not that easy, so this future is still a bit further.  But I'll note
also that concurrency is not solution for parallelism.

IOW if we want to take advantage of tens of cores in Emacs, we have to
think very differently.  A language with STM or with "communicating
agents" won't cut it, I think.

These approaches are widely used in practice, probably much more widely than Emacs. They are good enough for Emacs. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]