@degenpump_crypto_pump_signals · Post #504619 · 13.05.2026 г., 04:05
#YGG/USDT Take-Profit target 2 ✅ Profit: 27.7022% 📈 Period: 2 hr 55 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
Пребарај: #ygg
@degenpump_crypto_pump_signals · Post #504619 · 13.05.2026 г., 04:05
#YGG/USDT Take-Profit target 2 ✅ Profit: 27.7022% 📈 Period: 2 hr 55 min ⏰
Hashtags
@degenpump_crypto_pump_signals · Post #504607 · 13.05.2026 г., 02:46
#YGG/USDT Take-Profit target 1 ✅ Profit: 18.015% 📈 Period: 1 hr 38 min ⏰
Hashtags
@CoinSonar · Post #244042 · 18.04.2026 г., 07:37
#YGG | Volume spike (USDT PAIR) 37 times the average volume 129.23K USDT traded in 15 min └Buying vol: 82.38K USDT 🟢 Boost score: 6/10 24h Vol: 330.65K USDT (Binance) Price: 0.0452 (-2.4% in 24h)
Hashtags
@CoinSonar · Post #243337 · 16.04.2026 г., 21:55
#YGG | Volume spike (USDT PAIR) 37 times the average volume 128.42K USDT traded in 15 min └Buying vol: 79.95K USDT 🟢 Boost score: 3/10 24h Vol: 330.65K USDT (Binance) Price: 0.0426 (-2.4% in 24h)
Hashtags
@binancepumpsignais · Post #51113 · 21.02.2026 г., 17:33
| Coin: #YGG/USDT - Short 20x | Entry Targets: 0.04819 Take-Profit Targets: 1) 0.04723 2) 0.04674 3) 0.04626 4) 0.04578 Binance Pumps®
Hashtags
@proanalysistrader · Post #28505 · 28.02.2025 г., 13:29
#YGG/USDT analysis : #YGG has bounced back from the support zone, indicating potential for upward movement. It is expected to test the swing high resistance level soon. TF : 4H Entry : $0.2173 Target : $0.2340 SL : $0.2083
Hashtags
@proanalysistrader · Post #28315 · 05.12.2024 г., 07:35
#YGG/USDT analysis : #YGG is in an uptrend, trading above the 200 EMA. The price is currently in a corrective phase, retracing back to the 200 EMA. It is expected to test this zone before bouncing back to continue its bullish momentum. Wait for the price to test the zone for a potential long entry. TF : 30min Entry : $0.7619 Target : $0.8660 SL : $0.7136
Hashtags
@proanalysistrader · Post #27988 · 05.10.2024 г., 16:42
#YGG/USDT analysis : #YGG is currently finding support above the support zone. The price is expected to test this zone and sustain its bullish momentum to reach the previous swing high. TF : 4h Entry : $0.4209 Target : $0.5362 SL : $0.3731
Hashtags
@americancryptotrading · Post #27133 · 26.01.2025 г., 17:46
🇺🇸#YGG/USDT has retested the s/rzone on the weekly timeframe🧐 Bullish priority on a bounce🚀 American Crypto©
Hashtags
@cryptocurreniesbtc · Post #22509 · 16.01.2024 г., 13:08
#YGG/USDT (Futures LONG) 🐋 Entry - CMP 0.553 - 0.52 Stoploss - 0.5 Targets - 0.58 - 0.61 - 0.65 - 0.7 - 0.8 Cross X10 - X50
Hashtags
@coinlegs · Post #10073 · 11.03.2024 г., 20:35
#YGG stop loss candle close (1H)
Hashtags
@coinlegs · Post #9728 · 15.01.2024 г., 22:45
#YGG shorted at 0.5744
Hashtags