TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MemHive: Sharing immutable data between Python subinterpreters

2 pointsby 1st19 months ago

1 comment

PaulHoule9 months ago
Maybe it comes from being a Java developer but I believe that the ease of multithreaded programming is ridiculous. I mean, one paradigm lets you handle concurrency of multiple requests waiting for I&#x2F;O <i>and</i> the parallelism of multiple CPU cores. If your language and runtime and frameworks for it were built to be threadsafe from day one and you have all the primitives to do it well (e.g. somebody didn’t sell you some crackpot scheme like Actors) it is astonishingly easy.