@MV_Kpop · Post #6032 · 29.07.2020 г., 13:50
JUNE - Anywhere • 1080P HD #June@MV_Kpop
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
Пребарај: #june
@MV_Kpop · Post #6032 · 29.07.2020 г., 13:50
JUNE - Anywhere • 1080P HD #June@MV_Kpop
Hashtags
@mv_kpop · Post #4433 · 04.06.2019 г., 23:53
JUNE - Tonight • 1920x1080 Full HD #June@MV_Kpop
Hashtags
@apkpurechannel · Post #2500 · 23.06.2025 г., 11:33
🎈Hot Game This Week🎈 🗣🔥#Brawl Stars#June 2025 Brawl Talk 📌Next Update is expected to arrive on 7️⃣/2️⃣, with: 2 Brawlers 9 Hypercharges Trophy Road Rework ... 🎁And here's a FREEBIE gift for all Brawl Stars players: 👉Log in to redeem: 🔗Get your freebie on the Supercell Store Add @APKFreeDownloader_Bot to get any apk you want.
Hashtags
@Dailyrss · Post #13031 · 30.06.2025 г., 00:45
Wikipedia每日一图(#June 30, 2025)https://ift.tt/OqInaAz Eruption of Strokkur (Icelandic for "churn"), a fountain geyser located in the Haukadalur geothermal area, southwestern Iceland.. 了解更多 . #Wikipedia每日一图
Hashtags
@Dailyrss · Post #13030 · 29.06.2025 г., 00:45
Wikipedia每日一图(#June 29, 2025)https://ift.tt/e35AXMc High altar of the subsidiary church St. Peter and Paul in Lavant, East Tyrol, Austria. The center of the triptych depicts Saint Peter and Saint Paul flanking Mary Help of Christians. Today is the Feast of Saints Peter and Paul.. 了解更多 . #Wikipedia每日一图
Hashtags
@Dailyrss · Post #13029 · 28.06.2025 г., 00:45
Wikipedia每日一图(#June 28, 2025)https://ift.tt/wPqIuef MG PA-based racer with a 1300cc six-cylinder engine, in the historic paddock of the Nürburgring before closed boxes. The license plate is modified. Event: DAMC 05 Oldtimer Festival 2008.. 了解更多 . #Wikipedia每日一图
Hashtags
@Dailyrss · Post #13028 · 27.06.2025 г., 00:45
Wikipedia每日一图(#June 27, 2025)https://ift.tt/pxShWOw An image of the Sacred Heart of Jesus at the center of a rose window in Santa Ifigênia Church São Paulo, Brazil. Today is the Feast of the Sacred Heart in the Roman Catholic Church.. 了解更多 . #Wikipedia每日一图
Hashtags
@Dailyrss · Post #13027 · 26.06.2025 г., 00:45
Wikipedia每日一图(#June 26, 2025)https://ift.tt/w0EkBm5 Gimbap, a Korean dish made from cooked rice, vegetables, fish, and meat.. 了解更多 . #Wikipedia每日一图
Hashtags
@Dailyrss · Post #13026 · 25.06.2025 г., 00:45
Wikipedia每日一图(#June 25, 2025)https://ift.tt/wxFuJKD The former "Kaispeicher B", one of the oldest preserved warehouse structures in the Port of Hamburg, is now home to the International Maritime Museum Hamburg. The museum opened 17 years ago today, on June 25, 2008.. 了解更多 . #Wikipedia每日一图
Hashtags
@Dailyrss · Post #13025 · 24.06.2025 г., 00:45
Wikipedia每日一图(#June 24, 2025)https://ift.tt/DaKpknr Interior of old town hall in Göttingen, Lower Saxony, Germany.. 了解更多 . #Wikipedia每日一图
Hashtags
@Dailyrss · Post #13024 · 23.06.2025 г., 00:45
Wikipedia每日一图(#June 23, 2025)https://ift.tt/QmHinEV Functionalist tower of the Olympic Stadium in Helsinki, Finland, designed by Yrjö Lindegren and Toivo Jäntti.. 了解更多 . #Wikipedia每日一图
Hashtags
@Dailyrss · Post #13023 · 22.06.2025 г., 00:45
Wikipedia每日一图(#June 22, 2025)https://ift.tt/pjC3XlE This stained glass window located in the Basilica of St. James and St. Agnes, a church in Nysa, Poland, depicts angels adoring the sacred host and wine during an epiclesis to the Holy Spirit, represented as a dove. Today is the Feast of Corpus Christi, which is observed as a religious celebration in much of Western Christianity and as a public holiday in various nations.. 了解更多 . #Wikipedia每日一图
Hashtags