Pyston, an alternate runtime for Python

Pyston, an alternate runtime for Python

Assessment

Interactive Video

Architecture, Other

University

Hard

Created by

Quizizz Content

FREE Resource

The video discusses Piston, an alternate Python runtime aimed at speeding up Python programs without code changes. Initially developed at Dropbox, Piston uses just-in-time compilation like PyPy but retains Python's original codebase. The video compares Piston, C Python, and PyPy in terms of startup times and performance benchmarks. While PyPy offers significant speed improvements, Piston provides moderate gains with faster startup, making it suitable for short-running applications. The video also highlights the limitations of runtime optimizations in disk IO-dependent tasks.

Read more

3 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What performance improvements can be expected when using Pypy compared to C Python?

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Discuss the impact of external factors like disk IO on the performance of Python runtimes.

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

What potential future contributions could Piston make to the main C Python runtime?

Evaluate responses using AI:

OFF