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

Резултати

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

Пребарај: #telegramthemes

当前筛选 #telegramthemes清除筛选
Universal Themes

@Universal_Themes · Post #21 · 17.05.2021 г., 11:32

🚩1️⃣ The best place to find beautiful high quality Themes for Telegram✈️ 👉👉👉🔠ou can search for themes for specific plateforms by searching or clicking on keywords: #android, #ios, #desktop or #macos. If platform is not mentioned in the post then it supports Android. 🪐 To get any Telegram Android supporting theme for Telegram X, just copy it's theme link by long pressing on the theme name in the post (or on apply theme button) and send that link to @tg2tgxbot. You will recieve tgx version theme file which you can apply to tgx. 🪐 This channel has so many cool themes, there is something for everybody, but if that's not enough and you want to create your own custom theme, you can use in-app theme editor (simple editor or detailed editor) from chat settings to make your own themes or you can also use online theme editor at http://themes.telegram.org or http://themes.contest.com (works best from desktop) 🪐@Theming_variable_guide (for guidence on variable names of different elements of telegram android app) 🪐 There is also an app called Themer for Telegram, to easily make themes for android. 🪐 Themes cannot contain any kind of virus or anything harmful, it's completely safe to use🛡 🪐 Enjoy new look for your Telegram 🎨🚀 ⚠️We don't have any bot, if you see any bot with name "Universal themes" or our channel's profile picture, then it's a scam. Report it to telegram. Do not give money and don't share your information to any such bots. #Theme#Themes#TelegramThemes

iPhone Telegram Themes️

@IOSTelegramThemes · Post #759 · 03.12.2025 г., 14:48

𝔸𝕡𝕡𝕝𝕪 𝕋𝕙𝕖𝕞𝕖 𝗕𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱 of Theme ☆𝗝𝗼𝗶𝗻 𝗶𝗣𝗵𝗼𝗻𝗲𝘀 #transparent#IOSThemes#iphonethemes#theme#themes#тема#主题#テーマ#주제#تم#thème#art#TelegramThemes#day_themes

iPhone Telegram Themes️

@IOSTelegramThemes · Post #778 · 13.12.2025 г., 14:48

𝔸𝕡𝕡𝕝𝕪 𝕋𝕙𝕖𝕞𝕖 𝗕𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱 of Theme ☆𝗝𝗼𝗶𝗻 𝗶𝗣𝗵𝗼𝗻𝗲𝘀 #transparent#IOSThemes#iphonethemes#theme#themes#тема#主题#テーマ#주제#تم#thème#art#TelegramThemes#nighttheme#darktheme

iPhone Telegram Themes️

@IOSTelegramThemes · Post #779 · 13.12.2025 г., 14:48

𝔸𝕡𝕡𝕝𝕪 𝕋𝕙𝕖𝕞𝕖 𝗕𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱 of Theme ☆𝗝𝗼𝗶𝗻 𝗶𝗣𝗵𝗼𝗻𝗲𝘀 #transparent#IOSThemes#iphonethemes#theme#themes#тема#主题#テーマ#주제#تم#thème#art#TelegramThemes#daytheme#whitetheme

iPhone Telegram Themes️

@IOSTelegramThemes · Post #742 · 25.11.2025 г., 14:48

𝔸𝕡𝕡𝕝𝕪 𝕋𝕙𝕖𝕞𝕖 𝗕𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱 of Theme ☆𝗝𝗼𝗶𝗻 𝗶𝗣𝗵𝗼𝗻𝗲𝘀 #transparent#IOSThemes#iphonethemes#theme#themes#тема#主题#テーマ#주제#تم#thème#art#TelegramThemes#love#couple

iPhone Telegram Themes️

@IOSTelegramThemes · Post #741 · 25.11.2025 г., 14:48

𝔸𝕡𝕡𝕝𝕪 𝕋𝕙𝕖𝕞𝕖 𝗕𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱 of Theme ☆𝗝𝗼𝗶𝗻 𝗶𝗣𝗵𝗼𝗻𝗲𝘀 #transparent#IOSThemes#iphonethemes#theme#themes#тема#主题#テーマ#주제#تم#thème#art#TelegramThemes#love#couple

iPhone Telegram Themes️

@IOSTelegramThemes · Post #770 · 09.12.2025 г., 14:48

𝔸𝕡𝕡𝕝𝕪 𝕋𝕙𝕖𝕞𝕖 𝗕𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱 of Theme ☆𝗝𝗼𝗶𝗻 𝗶𝗣𝗵𝗼𝗻𝗲𝘀 #transparent#IOSThemes#iphonethemes#theme#themes#тема#主题#テーマ#주제#تم#thème#art#TelegramThemes#grape#nighttheme

iPhone Telegram Themes️

@IOSTelegramThemes · Post #771 · 09.12.2025 г., 14:48

𝔸𝕡𝕡𝕝𝕪 𝕋𝕙𝕖𝕞𝕖 𝗕𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱 of Theme ☆𝗝𝗼𝗶𝗻 𝗶𝗣𝗵𝗼𝗻𝗲𝘀 #transparent#IOSThemes#iphonethemes#theme#themes#тема#主题#テーマ#주제#تم#thème#art#TelegramThemes#grape#whitetheme

iPhone Telegram Themes️

@IOSTelegramThemes · Post #767 · 07.12.2025 г., 14:48

𝔸𝕡𝕡𝕝𝕪 𝕋𝕙𝕖𝕞𝕖 𝗕𝗮𝗰𝗸𝗴𝗿𝗼𝘂𝗻𝗱 of Theme ☆𝗝𝗼𝗶𝗻 𝗶𝗣𝗵𝗼𝗻𝗲𝘀 #transparent#IOSThemes#iphonethemes#theme#themes#тема#主题#テーマ#주제#تم#thème#art#TelegramThemes#daythemes#whitethemes

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