@degenpump_crypto_pump_signals · Post #504886 · 16.05.2026 г., 00:06
#OG/USDT Take-Profit target 2 ✅ Profit: 27.7094% 📈 Period: 2 hr 59 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
Пребарај: #og
@degenpump_crypto_pump_signals · Post #504886 · 16.05.2026 г., 00:06
#OG/USDT Take-Profit target 2 ✅ Profit: 27.7094% 📈 Period: 2 hr 59 min ⏰
Hashtags
@degenpump_crypto_pump_signals · Post #504874 · 15.05.2026 г., 21:31
#OG/USDT Take-Profit target 1 ✅ Profit: 18.0111% 📈 Period: 24 min ⏰
Hashtags
@CoinSonar · Post #244249 · 18.04.2026 г., 15:28
#OG | Volume spike (USDT PAIR) 15 times the average volume 129.13K USDT traded in 15 min └Buying vol: 68.90K USDT 🟢 Boost score: 3/10 24h Vol: 790.01K USDT (Binance) Price: 3.288 (+1.9% in 24h)
Hashtags
@CoinSonar · Post #244205 · 18.04.2026 г., 13:28
#OG | Volume spike (USDT PAIR) 16 times the average volume 132.54K USDT traded in 15 min └Buying vol: 67.24K USDT 🟢 Boost score: 4/10 24h Vol: 790.01K USDT (Binance) Price: 3.158 (+1.9% in 24h)
Hashtags
@CoinSonar · Post #243424 · 17.04.2026 г., 02:53
#OG | Volume spike (USDT PAIR) 16 times the average volume 136.08K USDT traded in 15 min └Buying vol: 91.62K USDT 🟢 Boost score: 3/10 24h Vol: 790.01K USDT (Binance) Price: 3.075 (+1.9% in 24h)
Hashtags
@CoinSonar · Post #243301 · 16.04.2026 г., 20:01
#OG | Volume spike (USDT PAIR) 15 times the average volume 130.59K USDT traded in 15 min └Buying vol: 76.98K USDT 🟢 Boost score: 4/10 24h Vol: 790.01K USDT (Binance) Price: 2.996 (+1.9% in 24h)
Hashtags
@binancefuturesignal · Post #35794 · 12.02.2026 г., 09:27
🎯🎯 Non Stop Huge profit on Premium signals for all Premium Members 🔥🔥#OG/USDT has crossed all the profit targets and made a great profit of 64% 👁🗨Contact @futurechief to enter the Premium Futures & SPOT Group for daily gains
Hashtags
@binancefuturesignal · Post #35778 · 11.02.2026 г., 14:03
Long/Buy #OG/USDT Entry Point - 4.855 Targets: 4.880 - 4.905 - 4.925 - 4.950 Leverage - 10x Stop Loss - 4.660
Hashtags
@proanalysistrader · Post #28465 · 12.02.2025 г., 05:24
#OG/USDT analysis : #OG has retraced and is currently retesting a previously respected zone. The price is bouncing back from this level, with expectations of moving upward to test the swing high level. TF : 1D Entry : $3.820 Target : $5.160 SL : $2.977
Hashtags
@proanalysistrader · Post #27960 · 24.09.2024 г., 13:41
#OG/USDT analysis : #OG has experienced a breakout and subsequently retested the 200 EMA and a significant support zone. The price is expected to rebound from this level and sustain its momentum to challenge previous highs. TF : 4h Entry : $3.103 Target : $3.321 SL : $2.958
Hashtags
@americancryptotrading · Post #27469 · 14.12.2025 г., 09:11
🇺🇸#OG/USDT has retested the upperborder of the descendingchannel pattern on the weekly timeframe🧐 Another bounce, another leg up🚀 American Crypto©
Hashtags
@btctradingclub · Post #26916 · 11.02.2026 г., 14:18
🚀🚀#OG/USDT was shared in the premium group and it has resulted in good profit- The trade has been closed 👁🗨Contact @primemod to enter the premium group
Hashtags