- WA, USA
Block or Report
Block or report itamaro
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
cinder Public
Forked from facebookincubator/cinder
Instagram's performance oriented fork of CPython.
Python
-
-
-
-
-
A demo Django app using django-storages with Apache Libcloud backend to display images from S3 or Tencent COS bucket, uploaded from admin interface
Python
118 contributions in the last year
Contribution activity
December 2022
Created 7 commits in 2 repositories
Created a pull request in python/cpython that received 16 comments
gh-100344: Provide C implementation for asyncio.current_task
Implementing it in C makes it about 4x-6x faster
Microbenchmark:
# bench.py import time
import timeit
import asyncio ITERS: int = 10**6
NANO: int =…
Opened 2 other pull requests in 1 repository
Reviewed 3 pull requests in 1 repository
Created an issue in python/cpython that received 12 comments
Provide C implementation for asyncio.current_task
Feature or enhancement
By providing a C implementation for asyncio.current_task, its performance can be improved.
Pitch
Performance improvement.
Fr…



