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

Резултати

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

Пребарај: #lisk

当前筛选 #lisk清除筛选
Nomis | Onchain Reputation Protocol

@nomis_protocol · Post #625 · 26.02.2025 г., 11:52

🚨 Lisk Airdrop Season 1: PoH Stage Powered by Nomis is LIVE The campaign includes 3 Seasons, the 1st one ends 28th Feb! How to increase your #Lisk Score? It's simple: be more active on chain. The more you perform, the higher your Score 🤠 Wait, extra $LSK allocation for all #Lisk Score holders? YEP! All 10+ Lisk Score holders get: - 5,000 welcome points - 15% boost to holders' allocated non-referral airdrop points 👉 How to Get Involved: 1. Head over to 🔗Nomis 2. Mint Your Lisk Score (It should be 10+) 3. Go to Lisk Portal and 🔗Claim Rewards (Make it happen until the 1st Season ends!) Read The Extended Guide 🔗Here 💠Nomis tApp | X | Discord | YouTube | Check Scores⚖️

Hashtags

Nomis | Onchain Reputation Protocol

@nomis_protocol · Post #624 · 21.02.2025 г., 20:03

We safeguard airdrops. We prove you're human. We build reputation. We reward YOU for building yours 🪂 Nomis has become the official anti-Sybil tool for the Lisk ecosystem with our #Lisk Rep Score -> 🔗Mint Lisk Score What does this mean for you? So-o-o, with your Lisk Score, you can increase up to 15% of your non-referral airdrop points You contribute—you deserve to be rewarded, remember? Always keep our promises 💜 Stay tuned for more; we've got something else to share 🧘‍♀️ 💠Nomis tApp | X | Discord | YouTube | Check Scores⚖️

Hashtags

Pro Analysis

@proanalysistrader · Post #27794 · 04.08.2024 г., 12:59

#LSK/USDT analysis - #Lisk is experiencing a corrective pullback, creating a quick scalp opportunity on the buy side. Price is following a trendline. It is expected to bounce off from there and test the 200 EMA resistance level. TF : 15min Entry : $0.832 Target : $0.856 SL : $0.817

Hashtags

🗺 Travel the World | Private Expeditions

@expeditionsworldwide · Post #55 · 13.08.2020 г., 04:18

Today. I added to my experimental portfolio a coin - Lisk#LSK paired with #USDT on the Binance cryptocurrency exchange. For me, this coin looks attractive for a long-term investment. 🛒Motives for buying#LSK #Lisk ranks 63rd in the CoinMarketCap rating. Good fundamental analysis is expected by the end of the year, including the halving on September 28. The coin was not pumped! The price is close to the resistance zone $1.6555-1.8727, Support level is the $1.2840-1.0440. The price projector points to a rise of $3.30. I expect to grow from 130% to 180%. 🎯 Fibonacci 10$ experiment.