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,598 слични објави

Пребарај: #cute

当前筛选 #cute清除筛选
Midjourney Prompts Daily

@neirodrive · Post #8619 · 30.05.2025 г., 08:21

A Daredevil helmet from Marvel's Daredevil series, floating in the air against a dark red and black background with a hint of rain, in a cinematic, poster-style composition, with "MARVEL" written on it --ar 91:114 --profile hbgntj7 --s 750 --v 7 by mido314 #cute 📣Midjourney prompts

Hashtags

Midjourney Prompts Daily

@neirodrive · Post #8539 · 16.04.2025 г., 06:19

Side view of 3D walking boy wearing glossy chrome metal down jacket and black cargo pants, wearing purple futuristic sneakers, 45 degree angle walking pose, full body, minimalism, simple curves, clay material skin, impassive face side view, cartoon style, 2D illustration, solid light grey background --v 7 #cute 📣Midjourney prompts

Hashtags

Midjourney Prompts Daily

@neirodrive · Post #8525 · 15.04.2025 г., 17:48

retro inspired design of a white bear head shaped portable pocked sized gaming console, the screen say "GAME OVER", minimalist design, soft shapes curves and edges, matte plastic material, flying in the air, against gradient light orange background, 3D render, cute 3D icon --v 7 #cute 📣Midjourney prompts

Hashtags

Midjourney Prompts Daily

@neirodrive · Post #8508 · 14.04.2025 г., 09:22

funny cute old man with a kind face, in home clothes and slippers, free pose, in a cozy home environment, primitive and funny --c 10 --s 300 --v 7 by gaelle764 #cute 📣 Midjourney prompts

Hashtags

Midjourney Prompts Daily

@neirodrive · Post #8498 · 10.04.2025 г., 07:51

A black british shorthair cat wearing sunglasses and an elegant floral scarf is holding a cup of coffee, wearing a dark brown knitted sweater, against a purple background. This is a high-resolution, hyper-realistic, and ultra-detailed photorealistic image, 3/4 front side view --v 7 - Photograph of an anthropomorphic British Shorthair cat dressed in sunglasses and a winter coat, holding a coffee cup, wearing a floral scarf around its neck, against a solid color background with a pink color theme, in the style of fashion photography, high resolution, hyper-realistic --v 7 #cute 📣 Midjourney prompts

Hashtags

Midjourney Prompts Daily

@neirodrive · Post #8406 · 24.03.2025 г., 07:10

A close-up shot of a Korean Shorthair cat wearing stylish round glasses, sitting in front of a laptop, its paws actively typing on the keyboard with a serious and focused expression, the soft glow of the screen reflecting in its eyes, in a dimly lit home office with a warm and cozy ambiance, shot with a Canon EOS R5, 85mm f/1.2 lens, warm and neutral tones --c 12 --ar 3:4 --style raw --sref 3022677299 --profile jmupltd --sw 100 --s 1000 --v 6.1 by jeremycl #cute 📣Midjourney prompts

Hashtags

Midjourney Prompts Daily

@neirodrive · Post #8094 · 29.12.2024 г., 09:02

🎄С наступающим! Pure red gradient background [Long haired white rabbit baby], perched in the palm of a person, black ears, black eyes, white fur, a little fluffy, wearing a red crown on his head, his face painted with pink powder blusher, holding a big red Christmas gift box and Christmas tree in his hand, hanging a small bell on the Christmas tree, too cute, too charged. This photo is very realistic and accurately captures the subtle features of the long haired white rabbit --ar 3:4 --v 6.1 by lily_martin7149 #cute 📣Midjourney prompts

Hashtags

Midjourney Prompts Daily

@neirodrive · Post #7800 · 18.10.2024 г., 13:38

The cutest miniature donkey you've ever seen, with white hair, big eyes and long eyelashes, is undoubtedly the cutest and most charming, being held in the arms of its owner --ar 9:16 --v 6.1 by yidexiaonongchang #cute 📣 Midjourney prompts

Hashtags

Midjourney Prompts Daily

@neirodrive · Post #7621 · 26.09.2024 г., 09:10

create a minimalistic 3D character illustration of a happy fit woman stretching, plain white background, cute 3D icon --v 6.1 - create a minimalistic 3D character illustration of a happy woman standing and admiring her earrings, plain white background, cute 3D icon --v 6.1 by mkzdesign_09334 #cute 📣Midjourney prompts

Hashtags

123•••100•••133134
ПретходнаСтраница 1 од 134Следна