# Cinder - 성능 중점의 CPython 포크버전

> Clean Markdown view of GeekNews topic #4197. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4197](https://news.hada.io/topic?id=4197)
- GeekNews Markdown: [https://news.hada.io/topic/4197.md](https://news.hada.io/topic/4197.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-06T09:00:59+09:00
- Updated: 2021-05-06T09:00:59+09:00
- Original source: [github.com](https://github.com/facebookincubator/cinder)
- Points: 5
- Comments: 1

## Topic Body

- 인스타그램이 내부에서 사용중인 CPython 3.8의 성능 개선 포크

ㅤ→ 업스트림을 위해 오픈소스로 공개는 하지만, 별도 지원은 없음

ㅤ→ 현재 프로덕션 사용 중일 정도로 안정적이지만 보장은 안함

- 다양한 성능 개선 포함

ㅤ→ 바이트코드 인라인 캐슁 : Shadowcode

ㅤ→ 코루틴 Evaluation 을 더 빨리

ㅤ→ 메소드 단위 JIT

ㅤ→ 타입 어노테이션으로 타입 최적화된 바이트코드를 생성하여 JIT성능을 개선하는 바이트코드 컴파일러

## Comments



### Comment 5093

- Author: xguru
- Created: 2021-05-06T09:01:06+09:00
- Points: 1

Pyston v2 - 20% 빠른 파이썬 https://news.hada.io/topic?id=3110
