Skip to content

Instantly share code, notes, and snippets.

View 97littleleaf11's full-sized avatar

Jingchen Ye 97littleleaf11

  • TikTok
  • Hangzhou, China
  • 21:52 (UTC +08:00)
View GitHub Profile

Speeding up string operations of Mypyc

Jingchen YE

This is the final report of my GSOC 2021 project at mypy team, mentored by Jukka Lehtosalo.

Introduction

Mypyc is a compiler from type-annotated Python to CPython C extension modules. It uses type information and restrictions to certain dynamic language features to speed up code, often significantly.