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

Резултати

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

Пребарај: #info

当前筛选 #info清除筛选
Bts.bighitofficial

@OUR_7_PRINCES · Post #115426 · 08.02.2026 г., 20:31

Tanu Muiño, a Ukrainian music video director has now started following Taehyung on insta. She was the director of Jungkook’s Standing next to you. #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115423 · 08.02.2026 г., 20:30

Most liked Netflix’s Instagram posts of all time: #1. Stranger Things — 4.5M #2. BTS — 4.2M #3. Wednesday — 3.9M https://www.instagram.com/p/DURl368ka3P/?igsh=NHpxY3RramYydnBs #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115414 · 03.02.2026 г., 08:06

NETFLIX TWITTER UPDATE BTS X NETFLIX BTS THE COMEBACK LIVE | ARIRANG @ March 21 8pm KST / 4am PST 🎤 BTS will perform at historic Gwanghwamun Square in Seoul. LIVE worldwide exclusively on Netflix. BTS: THE RETURN, DOCUMENTARY FILM @ March 27 🎥 BTS: THE RETURN, a documentary film showcasing the making of their comeback album ARIRANG. Only on Netflix #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115267 · 22.08.2025 г., 12:27

The South Korean Ministry of Justice confirmed 33,500 HYBE shares worth ~8.4 billion won were stolen from Jungkook. The suspect was found in Thailand, placed under an urgent detention request, and officially extradited to South Korea with Interpol’s support to face justice. from k-media: “It was reported that no actual damage was incurred as his agency took immediate action to freeze payment upon discovering the theft.” https://n.news.naver.com/article/001/0015580189?sid=102 #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115236 · 18.08.2025 г., 20:42

UMI, thanked Jungkook on X and IG for sharing her song! She also now follows Jungkook on IG 💕 #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115174 · 13.08.2025 г., 12:21

Bighit official Twitter update [Episode] j-hope @ Lollapalooza Berlin 2025 비하인드 공개! ( youtu.be/sqCz07uaEwQ ) #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115163 · 10.08.2025 г., 17:59

Soobin of txt called jhope 🐿 (bts j-hope) hello? 🐰 hello hyung…nim! hello! 🐿 yes, is this soobin? 🐰 yes, it is! 🐿 your voice has matured, huh? 🐰 thank you ☺️ 🐰 you might’ve heard but we’re going to gwangju for a festa 🐿 gwangjuuuu 🐰 ayy! and hyung-nim, you’re the best thing to come out of gwangju so… #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115147 · 10.08.2025 г., 02:07

Otoki Global announces the Jin Ramen shirts are now available on Amazon! “We heard you guys…and now we’re here to deliver💛 Jin Ramen t-shirts now available for purchase with Jin Ramen bowls on Amazon! Limited availability now, but restocking on August 18th 🙌🏼” Purchase here: a.co/d/6CPLQhX #INFO •@OUR_7_PRINCES•

Hashtags

123•••10•••20•••30•••40•••4647
ПретходнаСтраница 1 од 47Следна