@mujerexitosa · Post #3888 · 08.12.2020 г., 16:00
#apk
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
Пребарај: #apk
@mujerexitosa · Post #3888 · 08.12.2020 г., 16:00
#apk
Hashtags
@mujerexitosa · Post #3628 · 01.09.2020 г., 14:04
Si te consideras novata en el mundo de las infografías, te presento una #apk que se ajusta a tus necesidades principales. Canva: Graphic Design, Video Collage, Logo Maker by Canva Versión: 2.76.0(12137) Actualizada: Agosto 25, 2020 Tamaño: 33.61MB ‼️EMPIEZA DESDE YA‼️ ❣Recomendado por: Mujer🏆Exitosa
Hashtags
@mujerexitosa · Post #3265 · 07.07.2020 г., 22:32
#apk
Hashtags
@mujerexitosa · Post #2807 · 15.06.2020 г., 22:30
#apk
Hashtags
@libreware · Post #1182 · 19.09.2023 г., 04:51
. Obtainium is available via IzzyOnDroid or GitHub and let's you search for apps directly, or you can enter a URL to an app's project, where it grabs the latest APK, and installs it. Then it will check periodically for updates & install those as soon as they pop up. It is the fastest way to get the latest version of an app, & completely bypasses all the app stores. This can be good or bad. Good because you get apps you can't get anywhere else, and the latest versions sooner. Bad because you don't have anyone verifying the safeness of the file. FFUpdater does the same with web browsers and OrBot. If you use Obtainium for other apps, you can use it for your browsers as well, and get rid of FFUpdater to free up resources. Obtainium supports many App sources, including but not limited to: - GitHub - GitLab - IzzyOnDroid - F-Droid - APKPure - APKMirror Obtainium is in pre-release, & isn't the most user friendly app, so it may take a while to learn. Don't give up! ⚡️https://t.me/LinuxTechIndex/738 #apk
Hashtags
@YuKongA13579 · Post #1111 · 26.10.2024 г., 06:41
Miuix 化 #Apk
Hashtags
@Wikidb · Post #433 · 28.05.2023 г., 14:31
#apk
Hashtags
@prprprprprprpr · Post #74 · 20.11.2021 г., 11:18
【软件名称】File Converter 万能文件转换器v12.2.6高级版 【软件支持】安卓 【软件大小】27.38M 【支持语言】简体中文 【软件简介】文件转换器将在几乎所有文件格式之间转换,同时节省您的时间和电池。使用我们的文件转换应用程序从2000 多种源格式转换音频、电子书、视频、3D 模型、文档、演示文稿、CAD 绘图、图像、LaTeX、字体、电子表格、Gerber PCB 甚至元数据!File Converter 应用程序在云中转换文件,因此不会浪费您的电池,您可以继续使用您的设备,并且您的转换速度会快得多。 #APK
Hashtags
@TGhaber · Post #780 · 25.12.2021 г., 07:23
Android için Telegram Beta 8.4.0 (25119) https://install.appcenter.ms/users/drklo-2kb-ghpo/apps/telegram-beta-2/distribution_groups/all-users-of-telegram-beta-2 #Android#apk
@TGhaber · Post #643 · 10.04.2021 г., 10:03
🎉 Yeni Beta Sürümü: Android için TelegramBETA 7.7.0 (22809) #Android#apk#beta
@libreware · Post #1435 · 16.03.2025 г., 17:05
Obtainium Get #Android App Updates Directly From the Source. Tired of waiting for updates in the Play Store? Obtainium lets you install and update Android apps directly from their source (like GitHub release pages) and notifies you about new releases. Cut out the middleman and stay up-to-date! Key Features: * Direct Updates: Install and update apps directly from release pages. * Notifications: Get notified when new versions of your apps are available. * Open Source: Built by the community, for the community. Learn More: * Video Tutorial:Obtainium 101 * README:GitHub * Wiki:obtainium.imranr.dev Recommended Tools: * AppVerifier:GitHub - Verify app authenticity. Community Resources: * Crowdsourced App Configs:apps.obtainium.imranr.dev Why Use Obtainium? See the original motivation: Side Of Burritos - You should use this instead of F-Droid | How to use app RSS feed Project Links: * Website:obtainium.imranr.dev * Source Code:GitHub #apk
@appmew · Post #14934 · 26.10.2025 г., 06:18
安卓软件APK安装包arm64-v8a、armeabi-v7a、x86、x86-64有何区别?如何选择? 一篇文章给你讲明白 🏷标签:#APK#安卓#教程 ☁链接:点击获取 ⭐频道😮群聊✏投稿🌍中文