Re: GETF Speedup?

"Tim Bradshaw (as tfb at cley dot com)" <[email protected]>
Newsgroups gmane.lisp.lispworks.general
Message-ID <[email protected]>
On 16 Oct 2025, at 13:35, David McClain (as dbm at refined-audiometrics dot com) <[email protected]> wrote:
> 
> But there are other possibilities for parallelism beyond shared memory. Each processor could have its own unshared address space and use a different mechanism for intentional sharing.

I assume all big systems are shared-nothing message passing systems now.  They certainly were seven years ago.

One thing I don't know whether is happening is how related the geometry of problems is to the geometry of machines in terms of how tractable they are.  If most of your communication is to neighbours that's going to help you.  You can fiddle with the topology but you can't fiddle with the geometry in the limit.

This is kind of far from Lisp now though.

--tim

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
[email protected]
http://www.lispworks.com/support/lisp-hug.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.