Search found 1 match

by jdhardy
Tue May 04, 2021 9:17 pm
Forum: Development of MicroPython
Topic: Isolated per-thread interpreters
Replies: 1
Views: 2256

Isolated per-thread interpreters

I'm looking at MicroPython to embed inside a larger (desktop) application for Python expression support. It's currently using CPython, but the GIL is looking to be a bottleneck and I don't think I can wait for isolated subinterpreters. I plan to use an interpreter per thread; there will be a pool of...