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

Резултати

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

Пребарај: #validation

当前筛选 #validation清除筛选
EdgeMarket.AI 📣

@edgemarketai · Post #8121 · 22.04.2026 г., 08:31

🔥 NEW MARKET LIVE Atlético Madrid vs Arsenal Different systems. One outcome. 👉https://edgemarket.ai/bnb/football/who-will-win-arsenal-or-atltico-madrid/statistics/69e5ef7bdcd75d8e46236096 AI signal is live. Validate it using BETON. Liquidity flows through $SIGNAL. Drop your pick 👇 ⚽ Atlético ⚽ Arsenal #EdgeMarket#Football#Crypto#AI#Validation#SIGNAL

EdgeMarket.AI 📣

@edgemarketai · Post #8125 · 22.04.2026 г., 18:04

🚨 EdgeMarket Validation is LIVE This is where truth gets decided. Every event on EdgeMarket doesn’t end with AI… It gets verified by the community. Now it’s your turn. 🧠 AI creates the market 👥 You validate the outcome 🏆 Truth earns BETON +50 BETON available for accurate validation Points automatically added to your Telegram ID balance in the EdgeMarket BETON Leaderboard This is not guessing. This is proof. If you’re early, you understand: Validation = Power Join the validation layer now 👇 Be part of the system that defines what is true. #EdgeMarket#BETON#Validation#AIOracle#Web3#TruthEconomy

Venture Village Wall 🦄

@venturevillagewall · Post #4049 · 01.02.2025 г., 22:00

Telegram Takes Over Blockchain Control Telegram is ramping up its control over the TON blockchain by increasing the number of million-TON validators it operates. The minimum amount required to participate in validation has risen from 414K to 500K TON since December. This consolidation suggests a shift towards centralized management. Telegram has added 25 new validators in January, boosting its share of validators to over 66%. This move may simplify blockchain upgrades but raises concerns over decentralization. Telegram appears to be monetizing TON more directly, potentially selling it at discounts while maintaining income from accumulated TON investments. #TON#Telegram#Blockchain#Crypto#Validation#Decentralization#Investing#DigitalCurrency#Transparency#Ecosystem#VC#Finance#Investment#Tokens#Cryptocurrency#Web3#Technology#Governance#Markets#Assets

EdgeMarket.AI 📣

@edgemarketai · Post #8086 · 31.03.2026 г., 11:54

The next layer of EdgeMarket is live. We’re introducing community validation for real world events feeding verified truth directly into AI systems. Every validation strengthens the network. Every correct signal earns rewards. ⚡ Validate events 🧠. Train AI with real data 💰 Earn $BET This is how decentralised intelligence is built. Signal Truth. Earn $BET Click Here ⬇️ To Start https://edgemarket.ai/bnb/validate-results #EdgeMarket#AI#Web3#Crypto#BET #Airdrop#EarnCrypto#SignalTruth#Validation #Decentralization#AITraining#Blockchain #CommunityDriven#OnChain#DePIN