The father of Python "shaking people" to get rid of GIL, Meta decisively shot

8576e67693c2cc1cc8a9c1e5b8235954.png

(Forever free, scan code to join)

Produced | OSC Open Source Community (ID: oschina2013)

Meta is working to push the Python project to adopt the PEP 703 proposal to improve the multithreading performance of Python code. PEP 703 refers to Making the Global Interpreter Lock Optional in CPython, making the global interpreter lock optional in CPython.

a2185f19b568f649b27e5ec65959e050.png

The proposal proposes to add a build configuration ( --disable-gil) to CPython that will allow it to run Python code without the global interpreter lock, and make the necessary changes to keep the interpreter thread-safe.

According to the description of the proposal, CPython's global interpreter lock (GIL) prevents simultaneous multi-threaded execution of code, which has become a major obstacle to improving the efficiency of Python code on multi-core CPUs.

d77338fde51e691614f67bd2bce99087.png

The father of Python recently mentioned in the community that it would be great if Meta or other tech companies could get some engineers with mature CPython internal experience to help the core development team with this work.

Meta Instagram team engineer Carl Meyer (also a CPython core developer) made a promise after seeing it, saying that if the PEP 703 proposal is accepted, they will invest three engineer-years (three engineer-years) before 2025 to cooperate with the core team Go implement PEP 703.

1a720b7c8122ac08ad2d4aee66bda3ca.png

Finally, let's break in, Meta's latest product Threads uses CPython as the backend.

I look forward to python getting better and better, come on!


Finally, I would like to recommend our member group, currently there are venture capital angel investors, headhunters HR, Douyin big V, emotional bloggers, lawyers, psychological counselors, medical sales, real estate, insurance, piano teachers, operators, business consulting, Students from cross-border e-commerce, construction, data analysts in the Internet industry, back-end development, python testing and other industries will join.

WeChat consultation: coder_v5 (be sure to note your intention)

Great value for money planet

At present, there are 430+ people on the planet, and 41 cheats have been updated in the content of the column. Every day, planets publish their own experiences. You can learn for only one dollar:

Python: 44 lessons of python introductory course + 9 lessons of Django column + interesting practical cases

chatgpt: entry, advanced, fun office, advanced courses

AI painting: Mj's basics, entry, advanced, Xiaohongshu gameplay

If you want to learn Python, ChatGPT, and AI painting, and you just want to spend a little money, welcome to join our planet member group, and you can meet a lot of great people!

Join to send ChatGPT independent account

b2a58dbe48c90d1d9ae4649eea5bd6bb.jpeg

Also send ChatGPT advanced video courses

The original price is 99, and now it is free to send planet members

7e0bc385696f3861c57434aed67c248b.jpeg

WeChat long press to try the content

If you are not satisfied within three days, you can directly refund! ! !

396df52e11d4892559273715d7c500d1.png

推荐阅读:
入门: 最全的零基础学Python的问题  | 零基础学了8个月的Python  | 实战项目 |学Python就是这条捷径
干货:爬取豆瓣短评,电影《后来的我们》 | 38年NBA最佳球员分析 |   从万众期待到口碑扑街!唐探3令人失望  | 笑看新倚天屠龙记 | 灯谜答题王 |用Python做个海量小姐姐素描图 |碟中谍这么火,我用机器学习做个迷你推荐系统电影
趣味:弹球游戏  | 九宫格  | 漂亮的花 | 两百行Python《天天酷跑》游戏!
AI: 会做诗的机器人 | 给图片上色 | 预测收入 | 碟中谍这么火,我用机器学习做个迷你推荐系统电影
小工具: Pdf转Word,轻松搞定表格和水印! | 一键把html网页保存为pdf!|  再见PDF提取收费! | 用90行代码打造最强PDF转换器,word、PPT、excel、markdown、html一键转换 | 制作一款钉钉低价机票提示器! |60行代码做了一个语音壁纸切换器天天看小姐姐!|

Guess you like

Origin blog.csdn.net/cainiao_python/article/details/131692927