@AirportRosters · Post #391 · 15.06.2023 г., 04:55
#Buff Cloud
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
Пребарај: #buff
@AirportRosters · Post #391 · 15.06.2023 г., 04:55
#Buff Cloud
Hashtags
@apkpurechannel · Post #2653 · 16.09.2025 г., 07:16
🔈Arena Breakout: Infinite is launching on Steam! Amazing rewards are available immediately! 🎁 Win 10800 Bonds for free, plus grab exclusive bundles and special discounts! 🔗 Event link: https://s.buffbuff.com/2cUNTL 🎁 Koen,Basic Medical Supplies Choice Bundle, and Armor Bundle — limited-time gifts available on a first-come, first-served basis! 🔥Exclusive Discounts: Up to 30% OFF! Just $0.8 for 100 Bonds! Plus, get reward points cashback on every purchase! 🎉Free Lucky Draw: Enter for a chance to win 10800 Bonds, 2625 Bonds, 1040 Bonds, and more! ⏰ Event Duration: September 16–22, 2025 For any questions, please contact our customer support https://t.me/BUFFBUFFHELP2 #Buff#ArenaBreakoutInfinite#ABI
Hashtags
@apkpurechannel · Post #2382 · 21.04.2025 г., 14:00
📢Arena Breakout x BuffBuff, to celebrate the update of Season 8 (Duo 2 Gold), we're bringing an exciting top-up event to all players! 🔗 Event Link: https://act.buffbuff.com/activities/arena-breakout-update202504?utm_media=tvd&utm_source=tvd 🔥 Top up using the Buff APP and enjoy up to 55% off — for example, 66 tokens for only 41 RUB, plus cashback points! 🎁 Top up via the Buff APP to receive exclusive Arena Breakout gift packs, including Koen & KSS2 Tactical Helmet & Spartan B Body Armor. Limited supply — first come, first served! 🎉 Free lucky draw for amazing prizes! Win 6820 tokens. Class V Full Bundle. 675 tokens, and other luxury rewards — luck could strike anytime! ⏰ Event Period: April 21, 2025 – April 28, 2025 #BuffBuff#ArenaBreakout#Buff
Hashtags
@apkpurechannel · Post #2398 · 30.04.2025 г., 06:50
📢 Arena Breakout Infinite x BuffBuff: Congratulations on the official global top-up partnership!!! New season — unprecedented bonuses! Join the event now! 🔥 New Season Super Value: Up to 20% off across the board! Get 100 Bonds at an incredibly low price. Discounts on all products! 🎁 Spending Gift Pack Giveaway: Spend and get 「Koen, Basic Medical Supplies Choice Bundle, Basic Coupon Set」 for free! Limited quantity, first come, first served! 🎉 Free Lottery for Generous Gifts: 10800 Bonds, 2625 Bonds, 500 Points (worth $5) and other surprising gifts are available for free lottery. The next lucky one could be you! 🔗【Event Link】 https://act.buffbuff.com/activities/abi-ns01?utm_media=ABITVB ⏰ Event Time: 28.04.2025 - 05.05.2025 ✅BuffBuff — a safe, officially approved platform. Top-ups are instant. No risk of account suspension. ✅ For questions — visit the BuffBuff channel: https://t.me/BuffBuff_TG #BuffBuff#ArenaBreakoutInfinite#Buff#ArenaBreakoutInfiniteNewSeason
@alexgirniksb · Post #140 · 12.08.2022 г., 08:34
Ура. Я дома, я на связи! В ближайшее время всем отвечу☺️ Имеретинские были прекрасны, по всем связанным вопросам с маршрутом пишите в личку. Из нового подвернул ногу и теперь снова длительное восстановление ☹️ #mountain#lake#outdoor#outside#caucasus #alpina#buff
@siren91porn · Post #7673 · 25.04.2026 г., 23:25
标题: 也是把07年陪玩店妹妹带回家了上班穿的女仆白丝沦为情趣内衣叠buff 收藏: 246 作者: #122417 关键词: #07 #玩店#妹妹#带回家#上班#女仆#白丝#沦为#情趣内衣#buff