TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #396 · 9 окт.

7.09.2025 состоялся релизPithon 3.14! На фоне хайпа про NoGIL всё позабыли про другие фичи. Особенно про Multiple Interpreters, который обещает изоляцию процессов но с эффективностью потоков! На сколько действительно это будет эффективно мы узнаем позже, потому что сейчас это лишь первый релиз с ограничениями и недоработками. Но что там про NoGIL? Теперь этот режим не экспериментальный, а официально поддерживаемый, но опциональный. Чтобы запустить без GIL нужна специальная сборка. И перед стартом нужно объявить переменную PYTHON_GIL=0 Для вас я собрал готовый репозиторий где достаточно запустить скрпит, который всё сделает: ▫️ соберет релизный Python 3.14 в новый Docker-образ ▫️ запустит тесты в контейнере (GIL, NoGIL, MultiInterpreter) ▫️ распечатает результаты Тест очень простой, усложняйте сами) Вот какие результаты у меня: === Running ThreadPoolExecutor GIL ON TOTAL TIME: 45.48 seconds === Running ThreadPoolExecutor GIL OFF TOTAL TIME: 6.14 seconds === Running basic Thread GIL ON TOTAL TIME: 45.54 seconds === Running basic Thread GIL OFF TOTAL TIME: 4.74 seconds === Running with Multi Interpreter TOTAL TIME: 18.30 seconds Если сравнивать GIL и NoGIL, то на мои 32 ядра прирост х7-x10 (почему не х32? 🤷). При этом нам обещают что скорости будут расти с новыми релизами. Режим без GIL похож (визуально) на async, тоже параллельно, тоже не по порядку. Но это не IO! и от того некоторый диссонанс в голове 😵‍💫, нас учили не так! Интересно, что чистый Thread работает быстрей чем ThreadPoolExecutor без GIL. Ну и где-то плачет один адепт мульти-интерпретаторов😭 Теперь нужно искать где они могут пригодиться с такой-то скоростью. Скорее всего своя область применения найдется. Отдельно я затестил память и вот что вышло на 32 потока: ThreadPoolExecutor GIL ON 305.228 MB ThreadPoolExecutor GIL OFF 500.176 MB basic Thread GIL ON 90.668 MB basic Thread GIL OFF 472.444 MB with Multi Interpreter 1267.788 MB Пока не знаю как к этому относиться) В целом - радует направление развития! #release

Hashtags

Резултати

Пронајдени 787 слични објави

Глобално пребарување

Surge's Changelog

@SurgeChangelog · Post #1788 · 12.05.2025 г., 06:11

#Mac#Release Version 5.10.3-3272 - Added [General] parameter block-quic, which is used to globally override the behavior of whether to block QUIC traffic. It can be set to: - per-policy: Determined by the policy's block-quic parameter, default value, i.e., current version behavior. - all-proxy: Overrides the proxy policy's block-quic parameter, blocks all - all: Overrides all policies' block-quic parameters, blocks all including DIRECT policy - always-allow: Overrides the proxy policy's block-quic parameter, allows all - The adding new rule view can now remember previous options. - Added dark mode support to the error page. - Add integration support for the Dia browser. - Bug fixes and other improvements. Official Channel: @SurgeTestFlightFeed

Hashtags

Surge's Changelog

@SurgeChangelog · Post #1742 · 22.03.2025 г., 12:43

#Mac#Release Version 5.10.2-3235 - Accessing the remote Dashboard of Ponte devices no longer requires Enhanced Mode to be enabled. - Added DNS over TLS support, e.g., tls://8.8.8.8 - Optimize the process of adding rules through the Dashboard. - Surge Dashboard can now remotely operate the temporary rules of the target Surge instance. - Bug fixes and other improvements. Official Channel: @SurgeTestFlightFeed

Hashtags

Surge's Changelog

@SurgeChangelog · Post #1713 · 20.02.2025 г., 10:23

#Mac#Release Version 5.10.1-3207 - When enabling the HTTP capture switch, all active connections will now be forcibly interrupted to ensure that no requests are missed due to existing long connections. - Optimized compatibility with some QUIC clients, such as Lark. - Fixed an issue where download data bytes in statistics was incorrect after modifying the request HTTP using scripts or other mechanisms. - Adjusted the priority of processing logic when forwarding QUIC. Now, for a proxy policy that does not support UDP forwarding, it will prioritize considering QUIC Block before falling back to DIRECT or REJECT. - Fixed an issue where utun devices could not be used when binding the outbound interface. - Fixed an issue where repeated notifications might continuously occur during Ponte Server retry failures. - Resolved an issue where a specific request forwarded by Surge Ponte might get stuck under certain networks. - Bug fixes and other improvements. Official Channel: @SurgeTestFlightFeed

Hashtags

12•••5•••10•••15•••20•••2425262728•••30•••35•••40•••45•••50•••55•••60•••6566
ПретходнаСтраница 26 од 66Следна