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

Резултати

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

Пребарај: #shooter

当前筛选 #shooter清除筛选
APKPure_Official

@apkpurechannel · Post #2260 · 23.02.2025 г., 15:00

🔁[MOD UPDATE]🔁 FRAG Pro Shooter MOD APK 4.5.2 UPDATE Experience thrilling FPS gameplay with unique characters, vibrant maps, and exciting modes. 🎮💥 Team up and show your skills today! 🕹Download Now🕹 Game Features: - Publisher: Oh BiBi - Version: 4.5.2 - Size: 207.4 MB - Category: #Action, #Shooter - MOD Info: Unlimited Resources Add @APKFreeDownloader_Bot to get any apk you want.

MoonPlay

@moonplay_official · Post #39 · 23.06.2024 г., 16:13

SHOOT ‘EM UP 💫 Hey Space Cadets! This Friday brought you one more way to earn 💸. We’re over the moon to announce the launch of a fascinating mini-game, Star Dust💫, on To The Moon! Get ready to navigate your ship through an asteroid belt and blast your way to cosmic riches. ✅Asteroid Blasting Action: Use your ship's blaster to shoot and destroy falling asteroids. Different types of asteroids offer different amounts of Space Bucks, so aim and fire! ✅Finger Press Control: Keep your finger pressed on the screen to fire. ✅Level-Based Rewards: The amount of Space Bucks you collect for shooting asteroids is based on your player level. The higher your level, the bigger your rewards! ✅Durable Ship: Don’t worry if you miss a few asteroids—your ship is built to withstand the hits. Play to your heart’s content, once you’ve had enough, just press the cross at the upper right corner to exit and collect space bucks. Ready to dive into the asteroid belt and rack up those Space Bucks? Head to the Play tab andget started🚀. May your blasters be swift and your aim true! Stellar adventures start here:@moon_land_bot🚀 Website | Telegram Chat | X | Discord | Medium #ToTheMoon#MoonPlay#ecosystem#blockchain#gamefi#web3#wenlisting#airdropsoon#communityfirst#taptap#clicker#game#invitefriends#shooter

Видеотека 📼

@videotekashow · Post #13599 · 05.06.2025 г., 03:45

«Я готов хоть траншеи копать, и актерство — не главное в моей жизни». Сегодня Марку Уолбергу исполнилось 54 года. #ВИДЕОТЕКА #MarkWahlberg #BoogieNights #TheCorruptor #TheItalianJob #TheDeparted #Shooter #WeOwnTheNight #TheFighter #PainAndGain #PatriotsDay #ArthurTheKing