@degenpump_crypto_pump_signals · Post #504028 · 08.05.2026 г., 18:24
#YFI/USDT Take-Profit target 2 ✅ Profit: 31.2442% 📈 Period: 10 hr 51 min ⏰
Hashtags
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
Пребарај: #yfi
@degenpump_crypto_pump_signals · Post #504028 · 08.05.2026 г., 18:24
#YFI/USDT Take-Profit target 2 ✅ Profit: 31.2442% 📈 Period: 10 hr 51 min ⏰
Hashtags
@degenpump_crypto_pump_signals · Post #503986 · 08.05.2026 г., 15:45
#YFI/USDT Take-Profit target 1 ✅ Profit: 21.4804% 📈 Period: 8 hr 12 min ⏰
Hashtags
@CoinSonar · Post #243683 · 17.04.2026 г., 13:32
#YFI | Volume spike (USDT PAIR) 35 times the average volume 128.87K USDT traded in 15 min └Buying vol: 115.16K USDT 🟢 Boost score: 4/10 24h Vol: 346.65K USDT (Binance) Price: 2768 (+0.5% in 24h)
Hashtags
@proanalysistrader · Post #28172 · 12.11.2024 г., 14:25
#YFI/USDT analysis : #YFI is currently experiencing a downtrend on the higher time frame. The price has retraced to a resistance zone during the correction phase. Currently, the price is exhibiting signs of rejection from this zone. It is anticipated that the price will decline from this point and test the previous swing low. TF : 1D Entry : $6,227 Target : $4,460 SL : $7,306
Hashtags
@americancryptotrading · Post #27609 · 04.05.2026 г., 09:08
🇺🇸#YFI/USDT is holding above the lowerboundary of the fallingwedge pattern on the 2W chart🧐 Looking for a rise📈 American Crypto©
Hashtags
@americancryptotrading · Post #27145 · 05.02.2025 г., 19:25
🇺🇸#YFI/USDT is attempting to bounce from the supportzone on the weekly timeframe👀 Accumulate here for the medium term🐃 American Crypto©
Hashtags
@michaelvandepoppeanalyst · Post #4146 · 05.07.2024 г., 13:57
#YFI All Target Done 👍 Profit: +321% 🚀🚀🚀🚀
Hashtags
@michaelvandepoppeanalyst · Post #4035 · 29.06.2024 г., 16:07
#YFI All Target Done 👍 Profit: +186% 🚀🚀🚀🚀
Hashtags
@sublimetraders · Post #2575 · 10.05.2025 г., 17:22
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #YFI/USDT Take-Profit target 1 ✅ Profit: 15.4696% 📈 Period: 1 Days 15 Hours 16 Minutes ⏰
Hashtags
@sublimetraders · Post #2568 · 27.04.2025 г., 13:16
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #YFI/USDT Take-Profit target 3 ✅ Profit: 9.5413% 📈 Period: 23 Hours 53 Minutes ⏰
Hashtags
@sublimetraders · Post #2566 · 26.04.2025 г., 19:04
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #YFI/USDT Take-Profit target 2 ✅ Profit: 4.2202% 📈 Period: 5 Hours 42 Minutes ⏰
Hashtags
@sublimetraders · Post #2565 · 26.04.2025 г., 18:13
Binance Futures, ByBit USDT, KuCoin Futures, OKX Futures #YFI/USDT Take-Profit target 1 ✅ Profit: 2.9358% 📈 Period: 4 Hours 54 Minutes ⏰
Hashtags