@RWBY_Gallery · Post #20267 · 17.10.2024 г., 03:02
#Emerald @RWBY_Gallery🌹❄️🌑🔥
Hashtags
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
Пребарај: #emerald
@RWBY_Gallery · Post #20267 · 17.10.2024 г., 03:02
#Emerald @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #20216 · 05.10.2024 г., 14:18
#Emerald ( LuluSensei ) @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #19905 · 06.08.2024 г., 15:33
#Emerald tabletknight @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #18724 · 05.07.2024 г., 15:39
#Emerald Garbuzzzy @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #18624 · 23.06.2024 г., 02:21
#Emerald @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #18396 · 23.05.2024 г., 23:39
#Emerald NimbusDayDream @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #18342 · 19.05.2024 г., 01:25
#Emerald am_susk @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #18227 · 12.05.2024 г., 05:30
#Emerald Kimmy77 @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #18045 · 17.04.2024 г., 19:51
#Emerald tiatoonz @RWBY_Gallery🌹❄️🌑🔥
Hashtags
@RWBY_Gallery · Post #18260 · 14.05.2024 г., 21:18
#Emerald#Penny ar_jart @RWBY_Gallery🌹❄️🌑🔥
@RWBY_Gallery · Post #20185 · 28.09.2024 г., 14:26
#Neo#Cinder#Emerald nico-mo @RWBY_Gallery🌹❄️🌑🔥
@finsignal · Post #2856 · 11.02.2024 г., 16:40
What is ERC-404? The developers position ERC-404 as a new standard designed to combine the best qualities of interchangeable tokens (ERC-20) and NFT (ERC-721) ERC-404 aims to solve the problem of liquidity of NFT collections and expand the possibilities of their use in the DeFi ecosystem 📌 Interesting: The idea of creating a hybrid token format was submitted by the #Emerald project, which subsequently collapsed. Its founder claimed that he was able to combine interchangeable and non-exchangeable tokens, but, in fact, he simply organized a rug pull scheme. The #Pandora team picked up on this idea and refined it by introducing a new smart contract standard From a technical point of view, ERC-404 is a smart contract template that combines operations with ERC—721 and ERC-20 tokens The contract does not change the parameters of existing standards, but in a sense synchronizes transactions using different types of assets It is important to note that ERC-1155 already exists on the #Ethereum network — it also allows you to combine different types of tokens within a single smart contract, thus creating fractional (fractional) NFTs The key difference between ERC-1155 and ERC-404 is that the former concerns a specific unique NFT, and the new standard can be applied at the scale of the collection ERC-404 has not yet been recognized by either the Ethereum Foundation or the community The page on Ethereum.org the corresponding offer (EIP) is no longer available, in addition, this smart contract template has not been audited, so the question of its vulnerability remains open Pandora is the first and so far the largest project using ERC-404, so it is too early to talk about an established standard — it is possible that in subsequent implementations ERC-404 will receive new features and mechanisms.