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

Резултати

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

Пребарај: #tonnel

当前筛选 #tonnel清除筛选
TONlines – News

@tonlines · Post #7477 · 15.11.2025 г., 13:45

Tonnel Network: Withdrawal Fees Maintained #TON#Tonnel Tonnel Network announces that their withdrawal fee will remain at 0.1 TON, offering a free withdrawal option when purchasing a gift worth over 6 TON. Despite potential losses, the service fee will not be increased. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7457 · 30.05.2025 г., 13:05

⚡️Tonnel Network: Insights on Pre-Market Resale #Tonnel#TON Tonnel Network introduces an update to its Pre-Market system, allowing users to resell purchased gifts without collateral. Users can now list gifts at a higher price, and the original resale conditions ensure a secure transaction for all parties involved. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7454 · 30.05.2025 г., 12:42

⚡️Tonnel Network: New Updates in Pre-Market V2 #Tonnel#TON Tonnel Network now allows users to resell gifts purchased on the Pre-Market with immediate partial payment and without needing additional collateral. This update enhances the trading experience by enabling sellers to list gifts at higher prices and receive partial payments, while maintaining a 21-day transfer period. The new system includes provisions for both successful and unsuccessful transactions, ensuring secure and flexible trading. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7364 · 24.05.2025 г., 20:15

Tonnel Network: Successful Pre-Market Sales #Tonnel#TON Tonnel Network has already surpassed 17,000 TON in its Pre-Market sales. This follows the introduction of a new gift trading mechanism with a 21-day transfer lock. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7101 · 08.05.2025 г., 10:16

Tonnel Network: Thriving Marketplace Activity #Tonnel#TON Tonnel Network reports significant seller activity on its Gift Marketplace, with 17 users earning over 10,000 TON in sales. Notable sellers include Alex T., Eagle, and Cap, leading in sales volume percentages. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7099 · 08.05.2025 г., 10:04

Whale Activity on Tonnel Network Gift Marketplace #TON#Tonnel Tonnel Network reports significant whale activity on the Tonnel Gift Marketplace, with 35 users spending over 10,000 TON. Prominent traders include Tyler and Макс Давыдов. Additionally, 25 users hold over 1000 $TONNEL, crucial for Buy Order prioritization. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7044 · 04.05.2025 г., 20:27

⚡️Tonnel Network Discusses Ethereum Hard Fork and Invoicing Success #Ethereum#Tonnel Tonnel Network shares that over 1300 invoices were processed successfully in just three days using the @send service, highlighting its efficiency. Additionally, there is speculation about a potential Ethereum hard fork if funds were used to buy Lol Pop. Source: link @tonlines

TONlines – News

@tonlines · Post #7233 · 16.05.2025 г., 08:37

⚡️TON — LIVE: Growing Popularity of Telegram NFT Marketplaces #Telegram#Tonnel TON — LIVE reports on the rising popularity of NFT marketplaces offering gifts on Telegram, with Tonnel Marketplace leading the way. Tonnel aggregates gifts from Telegram's official market, contributing to the rapid growth in trading volumes. Source: link @tonlines

TONlines – News

@tonlines · Post #7185 · 13.05.2025 г., 08:53

Tonnel Network: Addressing Gift Duplication Rumors #Telegram#Tonnel Tonnel Network clarifies rumors about a gift duplication bug in Telegram that was allegedly exploited on their marketplace. They assert that this is only a visual bug in their activity logging mechanism, and no gifts or funds are compromised. The statement reassures users that there is no reason for panic. Source: link @tonlines

TONlines – News

@tonlines · Post #7158 · 11.05.2025 г., 10:06

Tonnel Network Achieves Record Trading Volume #Telegram#Tonnel Tonnel Network has set a new record for trading volume in a single day, showcasing the growing success of its Gift Marketplace. This achievement highlights the efficiency of Telegram's reliable APIs. Source: link @tonlines

TONlines – News

@tonlines · Post #7132 · 09.05.2025 г., 10:21

Tonnel Network: Rare Opportunities on Telegram Marketplace #TONNEL#Telegram Tonnel Network suggests users set Automatic Buy Orders on Tonnel Marketplace to seize rare deals listed on Telegram Marketplace from inexperienced traders. Adding $TONNEL to your balance can enhance your chances against competitors like Wizard. Source: link @tonlines

TONlines – News

@tonlines · Post #7127 · 08.05.2025 г., 22:17

Important Update from Tonnel Network on Telegram Marketplace Gifts #Telegram#Tonnel Tonnel Network informs users that gifts purchased through the Telegram marketplace are non-transferable for 21 days. Access to all listed gifts is available via the Tonnel Marketplace, though buying is temporarily restricted until the Telegram API stabilizes. Source: link @tonlines

123•••56
ПретходнаСтраница 1 од 6Следна