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

Резултати

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

Пребарај: #coinbase

当前筛选 #coinbase清除筛选
Gong Jiao Wei 巩娇玮

@gongjiaoweiy · Post #69418 · 14.04.2026 г., 14:37

An OTC whale “0xd45” deposited 670 $cbBTC worth $50.19M into #Coinbase. The whale still holds 138,203 $ETH worth $329.33M and 3,000 $cbBTC worth $226.66M. https://intel.arkm.com/explorer/address/0xd4584bf988c9e8994688b56484e2f74ceaeefb20 https://x.com/OnchainLens/status/2044057234699891113 Follow @onchainlens for more onchain updates

Hashtags

Elf Crypto VIP

@elfcryptovip · Post #11606 · 03.06.2025 г., 11:54

BlackRock deposited 1,249.68 $BTC ($131.55M) into #Coinbase. In total, they deposited 5362.37 $BTC ($560.94M), in the past 2 days. They also withdrew 27,241.4 $ETH, worth $69.25M from #Coinbase. https://intel.arkm.com/explorer/entity/blackrock

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6161 · 08.04.2026 г., 00:22

Blackrock withdrew 2,607 $BTC ($177.56M) and 28,391 $ETH ($59M) from #Coinbase. https://intel.arkm.com/explorer/entity/blackrock https://x.com/OnchainLens/status/2041673016653050293 Follow @onchainlens for more onchain updates

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6134 · 06.04.2026 г., 00:41

Over the past 2 hours, thomasg.eth (@thomasg_eth) has sold 4,700 $ETH for $9.67M $USDC and deposited 6,345 $ETH ($13.03M) into #Coinbase, losing ~$1.4M. He also sold 13,150 $AAVE for 364 $ETH ($750K) and $459,618 $USDC, and deposited it into #Coinbase. https://intel.arkm.com/explorer/entity/thomasg https://x.com/OnchainLens/status/2040952872805032291 Follow @onchainlens for more onchain updates

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6119 · 03.04.2026 г., 00:36

Grayscale withdrew 11,169 $ETH ($22.86M) and 150.4 $BTC ($10.07M) from #Coinbase, 6 hours ago. https://intel.arkm.com/explorer/entity/grayscale https://x.com/OnchainLens/status/2039864484282642605 Follow @onchainlens for more onchain updates

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6114 · 02.04.2026 г., 10:43

BlackRock deposited 1,360 $BTC ($90.28M) 15,103 and $ETH ($30.82M) into #Coinbase. https://intel.arkm.com/explorer/entity/blackrock https://x.com/OnchainLens/status/2039654986439926157 Follow @onchainlens for more onchain updates

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6060 · 27.03.2026 г., 10:20

BlackRock deposited 68,568 $ETH ($139.87M) and 612 $BTC ($41.4M) into #Coinbase https://intel.arkm.com/explorer/entity/blackrock https://x.com/OnchainLens/status/2037474772364443808 Follow @onchainlens for more onchain updates

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6044 · 26.03.2026 г., 11:26

Blackrock deposited 1,133.65 $BTC worth $78.83M and 15,405 $ETH ($32.02M) into #Coinbase and likely to deposit more. https://intel.arkm.com/explorer/entity/blackrock https://x.com/OnchainLens/status/2037128859217522960 Follow @onchainlens for more onchain updates

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6035 · 26.03.2026 г., 00:36

After a month of dormancy, a whale withdrew 11,999 $ETH (worth $26M) from #Coinbase and sent it for staking. Currently, the whale holds 22,618 $ETH ($49M), making a profit of $1.2M. Address: 0xd5549b9e07c1ff372b1a3912e184213bfe37bf25 https://x.com/OnchainLens/status/2036965329080062253 Follow @onchainlens for more onchain updates

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6021 · 25.03.2026 г., 01:39

13 hours ago, Clifton Collins, an Irish drug dealer, deposited 500 $BTC ($35.44M) into #Coinbase after nearly 10 years of being presumed lost. Collins bought 6,000 $BTC in 2011–2012 from the proceeds of growing and dealing weed, and split it across multiple wallets. After his 2017 arrest, the house was cleared out, and his belongings were sent to a landfill. https://intel.arkm.com/explorer/entity/clifton-collins https://x.com/OnchainLens/status/2036618949052571744 Follow @onchainlens for more onchain updates

Hashtags

Onchain Lens Channel

@OnchainLens · Post #6017 · 25.03.2026 г., 00:56

BlackRock withdrew 2,267 $BTC worth $157.77M from #Coinbase in the past 10 hours. https://intel.arkm.com/explorer/entity/blackrock https://x.com/OnchainLens/status/2036608043862126958 Follow @onchainlens for more onchain updates

Hashtags

123•••10•••20•••2829
ПретходнаСтраница 1 од 29Следна