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

Резултати

Пронајдени 1,091 слични објави

Пребарај: #twitter

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

@OUR_7_PRINCES · Post #114546 · 09.07.2025 г., 06:10

BTS WEVERSE MOMENT/FEED JIMIN 250709 JM: "ARMY birth day" Happy birthday July 9, 2025 I love you I'll work hard (on music) and return!! #twitter @OUR_7_PRINCES

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #114544 · 09.07.2025 г., 06:06

BTS WEVERSE MOMENTS/FEEDS V/TAEHYUNG 250709 TH: Happy ARMY Day~🩷🍾 TH: Spend today the most happily 🥳 #twitter @OUR_7_PRINCES

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #114503 · 07.07.2025 г., 05:34

According to BP fans j-hope was invited to BLACKPINK’s Deadline tour today by Jisoo * the logo on the bag is her label’s logo #twitter @OUR_7_PRINCES

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #114497 · 06.07.2025 г., 15:47

🐻 anyway, I contacted you (turned the live on) to talk about this 🐻 *listens closely to ARMYs shouting outside 🐻 ARMYs outside... *loud shouts from ARMYs* I think.. *laughs* I think the ARMYs outside are watching Weverse.. ehey, it's raining 🐻 when it rains... *continued shouting* 😆 🐻 I wanna go outside and be like "what's up"... but it's really dangerous so I won't do that since it's dangerous 🐻 *continued shouting* ey no, I can't 🐻 do you guys hear it? the ARMYs out there are shouting for me.. this isn't my hotel you guys, since it's not my hotel... you get it, right? #twitter @OUR_7_PRINCES

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #114496 · 06.07.2025 г., 15:39

🐻 but now I don't really have any (schedule) after this, since it's the time for preparation, I need to eat and live now... my ribs were hurting today since I was hungry 🐻 look at this~ [cutely] *shows food* 🐻 should I show you this? hobi hyung shout out.. huh? *turns off camera instead of turning it back* this isn't a shout out 🐻 killing it girl~ x2 🐻😆 🐻 *bangs his foot against something* #twitter @OUR_7_PRINCES

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #114462 · 05.07.2025 г., 11:30

TAEHYUNG WEVERSE LIVE 🐻: Wait! Hold on 🐻: Guys… 🐻: Everyone… 🐻: Please talk slowly 🐻: Tell me what… what is that you want #twitter @OUR_7_PRINCES

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #114460 · 05.07.2025 г., 11:28

Taehyung live translation 🐻: Good morning, everyone! 🐻: Good afternoon! 🐻: I woke up because the hotel staff came to clean everything. And because of that, I couldn’t go back to sleep. 🐻: Actually, I wanted to sleep a bit more. 🐻: I woke up earlier than expected… so… 🐻: Normally, I can sleep really well, but… I think it’s been like this since I came back from the military. 🐻: Now I wake up at the slightest noise… someone came to clean early and I woke up because of the noise. 🐻: I used to sleep so deeply, but now even a small sound wakes me up completely. Maybe it’s because of the military. 🐻: "How’s Paris?" 🐻: I loved it so much. I really loved it. 🐻: Sorry, but can we use simple English here? It’s hard for me… 🐻: Seriously, ARMYs, I’m sorry, but reading so much English is making me sleepy. 🐻: Is there a way to read this in Korean? Does Weverse have Korean translation? 🐻: This is really hard. 🐻: I love you. #twitter @OUR_7_PRINCES

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #114456 · 05.07.2025 г., 11:25

KIM TAEHYUNG INSTA STORY UPDATE 🫨 The glow in the dark thing was awesome DeVialet*, nice to meet you~ ✒️* in Korean he spelled it with his name 드(뷔)알레. The correct spelling is 드비알레. It's a Bluetooth speaker. #twitter @OUR_7_PRINCES

Hashtags

123•••5•••10•••15•••20•••25•••30•••35•••40•••45•••50•••55•••60•••65•••70•••75•••80•••85•••9091
ПретходнаСтраница 1 од 91Следна