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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #32 · 7 фев.

Скорее всего уже слышали, что складывать строки через + это плохая практика. Падение производительности, и всё такое. Без лишних слов, давайте измерять: from timeit import timeit def t1(): # складываем 10 строк через + из переменной t = 'text' for _ in range(1000): s = t + t + t + t + t + t + t + t + t def t2(): # склеиваем список строк через метод join arr = ['text'] * 10 for _ in range(1000): s = ''.join(arr) def t3(): # складываем через + но не из переменной а непосредственно инлайн объекты for _ in range(1000): s = 'text' + 'text' + 'text' + ... # всего 10 раз Теперь каждую строку склейки запустим по 10М раз >>> timeit(t1, number=10000) 0.21951690399964718 >>> timeit(t2, number=10000) 1.4978306379998685 >>> timeit(t3, number=10000) 0.2213820789993406 Хм, а нам говорили что через "+" это плохо и медленно ))) 😁 Тут стоит учитывать, что речь идёт о склейке множества длинных строк. Давайте изменим условия: def t4(): t = 'text'*100 for _ in range(1000): s = t + t + t + t + t + t + t + t + t def t5(): arr = ['text'*100] * 10 for _ in range(1000): s = ''.join(arr) def t6(): for _ in range(1000): s = 'text'*100 + 'text'*100 + ... # всего 10 раз >>> timeit(t4, number=10000) 12.795130728000004 >>> timeit(t5, number=10000) 2.642637542999182 >>> timeit(t6, number=10000) 0.2184546610005782 Вот, уже другой разговор, сразу видна разница, в среднем в 6 раз. Но погодите, почему последний тест t6() по скорости такой же как и t3()? Ведь строки теперь в 100 раз длиннее! Это вопросы оптимизации кода, какие простые изменения ускоряют или замедляют выполнение программы. Мы столкнулись с примером обхода обращения к переменной. Например, именно так работает директива #define в С++, во время компиляции подставляя значение переменной вместо ссылки на неё. В Python это тоже работает, но часто ли вы сможете встретить такой способ работы со строками? К сожалению, способ почти только теоретический. В целом, тесты показали то, что мы хотели. Делаем выводы самостоятельно. Полный листинг 🌍 #tricks

Резултати

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

Пребарај: #ach

当前筛选 #ach清除筛选
CryptoBull_360™

@cryptobull_360 · Post #48545 · 24.02.2026 г., 17:38

🙋‍♂👀#ACH Alchemy Pay plans increase the total ACH supply from 10 billion to ~15.35 billion in order to support the growth of Alchemy Chain, as well as launch a buyback. 📆 Voting on this proposal will end on March 1st.

Hashtags

Pro Analysis

@proanalysistrader · Post #28267 · 26.11.2024 г., 13:06

#ACH/USDT analysis : #ACH is currently in an uptrend, consistently making new highs and trading above the 200 EMA. The price is in a corrective phase and is expected to test the support zone. A bounce from this level is anticipated, allowing the price to continue its bullish momentum. It is recommended to wait for the price to test the zone before considering a long entry. TF : 2H Entry : $0.02460 Target : $0.02950 SL : $0.02195

Hashtags

Pro Analysis

@proanalysistrader · Post #27913 · 08.09.2024 г., 03:39

#ACH/USDT analysis : #ACH is presently undergoing a correction phase in a downtrend. It is anticipated to test the previous resistance zone before resuming the trend. Wait for the price to test the resistance zone and reject from there to initiate a short position. TF : 1h Entry : $0.01688 Target : $0.01573 SL : $0.01745

Hashtags

American Crypto©

@americancryptotrading · Post #27483 · 28.12.2025 г., 09:10

🇺🇸#ACH/USDT is facing the lowerborder of the descendingchannel pattern on the weekly timeframe🧐 If we bounce, more upside is likely✈️ American Crypto©

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #8930 · 25.11.2023 г., 13:28

#ACH👈 https://www.binance.com/en/trade/ACH_BTC Buying Zone 53-56 Buy in parts Strictly follow as directed 👆inside info-based coin Sell 🤑 61-63 🤑 63-68 🤑 68- 73 🚀 73 - 80 & above Bullish above - 50 Use OCO after rising of Coin always

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #8658 · 23.01.2023 г., 16:59

#ACH👈 https://www.binance.com/en/trade/ACH_BTC Buying Zone 45-48 Buy in parts Strictly follow as directed 👆 Sell 🤑 51-52 🤑 52-56 🤑 56- 60 🚀 60 - 65 & above Bullish above - 40 Use OCO after rising of Coin always

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #8602 · 23.12.2022 г., 13:11

#ACH👈 https://www.binance.com/en/trade/ACH_BTC Buying Zone 45-47 Buy in parts Strictly follow as directed 👆 Sell 🤑 51-52 🤑 52-56 🤑 56- 60 🚀 60 - 65 & above SL - 40 Use OCO after rising of Coin always

Hashtags

Crypto Profits Hub

@Futurentry · Post #3933 · 07.12.2023 г., 16:33

⚡️⚡️#ACH/USDT ⚡️⚡️ Platform: Binance Futures Signal Type: Regular (Long) Leverage: Cross (20х) Entry Point : 0.02278 Take-Profit Targets : 1)0.023122 2)0.02335 3)0.023577 4)0.023919 5)0.024147 6)0.024489 7) 🚀🚀🚀 Stop : 5-10%

Hashtags

Crypto

@signal_bitcoins · Post #2596 · 31.01.2024 г., 15:49

#ACH rejected from the Trendline on 3D Time frame,now filled the first support zone completely, breakout incoming 💫 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

ПретходнаСтраница 1 од 3Следна