@degenpump_crypto_pump_signals · Post #504010 · 08.05.2026 г., 17:33
#LTC/USDT Take-Profit target 2 ✅ Profit: 27.724% 📈 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
Пребарај: #ltc
@degenpump_crypto_pump_signals · Post #504010 · 08.05.2026 г., 17:33
#LTC/USDT Take-Profit target 2 ✅ Profit: 27.724% 📈 Period: 2 hr 59 min ⏰
Hashtags
@degenpump_crypto_pump_signals · Post #503989 · 08.05.2026 г., 15:51
#LTC/USDT Take-Profit target 1 ✅ Profit: 17.9546% 📈 Period: 1 hr 18 min ⏰
Hashtags
@cryptosignalalert · Post #28366 · 16.02.2026 г., 15:23
✔️✔️#LTC/USDT – Update $50 remains the key level on the radar over the coming weeks. Price structure suggests a potential move toward this zone, with momentum building gradually as the market stabilizes.
Hashtags
@proanalysistrader · Post #28207 · 16.11.2024 г., 09:31
A quick Scalp on #LTC
Hashtags
@proanalysistrader · Post #28006 · 12.10.2024 г., 04:59
#LTC/USDT analysis : #LTC is currently experiencing a pullback towards the 200 EMA on the higher time frame. The price is expected to rise from the current level and test previous highs. For a long entry, it is advisable to wait for a break above the $67.67 level. TF : 1D Entry : $67.67 Target : $76.31 SL : $61.69
Hashtags
@proanalysistrader · Post #27769 · 28.07.2024 г., 09:20
#LTC/USDT analysis - #LTC has recovered its support levels post breakdown. Price is anticipated to sustain its bullish momentum and challenge previous highs. SL will be placed below the zone. TF : 4H Entry : $71.19 Target : $76.15 SL : $68.74
Hashtags
@proanalysistrader · Post #27752 · 11.07.2024 г., 16:14
#LTC/USDT analysis - #LTC is consolidating in a resistance zone and is expected to soon reject from that zone. The previous swing low is expected to be tested. For a short entry, wait for a break of the $66.95 level. TF : 2h Entry : $66.95 Target : $58.49 SL : $70.16
Hashtags
@proanalysistrader · Post #27712 · 28.06.2024 г., 06:14
#LTC/USDT analysis - #LTC is in a downtrend, making lower lows (LLs) and lower highs (LHs). The price is currently experiencing a pullback and is expected to test the supply zone near the 200 EMA, where excessive selling has occurred before. Wait for the price to approach the zone for a short entry. TF : 2h Entry : $73.98 Target : $70.73 SL : $75.42
Hashtags
@proanalysistrader · Post #27665 · 17.06.2024 г., 03:24
#LTC/USDT analysis - #LTC is currently moving sideways in a support and resistance zone. The price has rejected from resistance and is now expected to test support levels, creating a potential short selling opportunity. TF : 1H Entry : $78.50 Target : $75.57 SL : $80.52
Hashtags
@americancryptotrading · Post #27575 · 01.04.2026 г., 10:20
🇺🇸#LTC/USDT is facing the lowerboundary of the descendingtriangle formation on the weekly timeframe🧐 Accumulate here📈 American Crypto©
Hashtags
@americancryptotrading · Post #27472 · 17.12.2025 г., 10:16
🇺🇸#LTC/USDT is holding above the lowerboundary of the symmetricaltriangle pattern on the weekly chart🔍 Bounce is coming📈 American Crypto©
Hashtags
@americancryptotrading · Post #27418 · 25.10.2025 г., 08:07
🇺🇸#LTC/USDT is stabilizing near the broken s/rzone on the weekly timeframe🔍 Retest completed, time to rally🐃 American Crypto©
Hashtags