Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/testing/web-platform/tests/tools/manifest/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 587 B image not shown  

Quelle  mputil.py   Sprache: Python

 
import multiprocessing
import sys

def max_parallelism() -> int:
    cpu_count = multiprocessing.cpu_count()
    if sys.platform == 'win32':
        # On Python 3 on Windows, using >= MAXIMUM_WAIT_OBJECTS processes
        # causes a crash in the multiprocessing module. Whilst this enum
        # can technically have any value, it is usually 64. For safety,
        # restrict manifest regeneration to 56 processes on Windows.
        #
        # See https://bugs.python.org/issue26903 and https://bugs.python.org/issue40263
        cpu_count = min(cpu_count, 56)
    return cpu_count

Messung V0.5
C=92 H=95 G=93

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.