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

Резултати

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

Пребарај: #uel

当前筛选 #uel清除筛选
Football Daily News

@FootyNews · Post #112806 · 18.05.2023 г., 22:09

Sevilla have won 100% of the #UEL semi-finals they've contested: ◉ 2005/06 v Schalke ◉ 2006/07 v Osasuna ◉ 2013/14 v Valencia ◉ 2014/15 v Fiorentina ◉ 2015/16 v Shaktar ◉ 2019/20 v Man Utd ◉ 2022/23 v Juventus And they've gone on to lift the trophy every single time. 🤯https://t.co/QoHm1XFxnh

Hashtags

Football Daily News

@FootyNews · Post #112798 · 18.05.2023 г., 19:09

RT @Squawka_Live: 19-year-old England U20 international Samuel Iling-Junior starts for Juventus for only the third time. Thrown in at the deep end. 🤿 #UELhttps://t.co/m5XW1Rx6Cihttps://t.co/bBFN7rfQGO

Hashtags

Football Daily News

@FootyNews · Post #112594 · 11.05.2023 г., 20:09

RT @Squawka_Live: Lucas Ocampos first-half by numbers vs Juventus: 100% passing accuracy 100% dribbles completed 6 touches in opp. box (most) 5 shots (most) 5 duels won (Sevilla most) 2 chances created (joint-most) 1 assist 0.73 xG Posting FT stats at HT. 🥶 #UELhttps://t.co/0SXs7yyirm

Hashtags

Football Daily News

@FootyNews · Post #112593 · 11.05.2023 г., 19:10

RT @Squawka_Live: Juventus' record at home in the Europa League since 2009: 🤝 0-0 ✅ 3-1 ✅ 1-0 ✅ 1-0 🤝 3-3 🤝 1-1 🤝 0-0 ✅ 2-0 🤝 1-1 ✅ 2-1 🤝 0-0 🤝 1-1 ✅ 1-0 ✅ 1-0 Mission impossible for Sevilla? #UELhttps://t.co/ulnbRPSOGg

Hashtags

Football Daily News

@FootyNews · Post #111952 · 20.04.2023 г., 22:09

RT @Squawka_Live: Paulo Dybala's game by numbers vs Feyenoord: 47 minutes played 38 touches 6 shots 3 duels won 3 chances created 3 shots on target 1 goal 0.31xG Impact. 💥#UELhttps://t.co/awnOgtSlY4

Hashtags

Football Daily News

@FootyNews · Post #111949 · 20.04.2023 г., 22:09

RT @Squawka_Live: No Premier League player has made more errors leading to a goal across all competitions than David De Gea since the start of last season (5). 😬#UELhttps://t.co/4g3ld0CKW4

Hashtags

Football Daily News

@FootyNews · Post #111945 · 20.04.2023 г., 21:10

RT @Squawka_Live: Man Utd in the first leg vs Sevilla: ◉ Score two own goals Man Utd in the second leg vs. Sevilla: ◉ Commit two errors leading to goals Shooting themselves in the foot. 🔫#UELhttps://t.co/Bv4VnTGCbl

Hashtags

Football Daily News

@FootyNews · Post #111943 · 20.04.2023 г., 20:09

RT @Squawka_Live: Erik Lamela created more chances than any other player in the first half vs. Man Utd (3). He also provided the assist for Youssef En-Nesyri, his first for Sevilla this season. 🅰️#UELhttps://t.co/baxztemlkr

Hashtags

Football Daily News

@FootyNews · Post #111941 · 20.04.2023 г., 18:09

RT @Squawka_Live: Sevilla XI: Bono; Navas, Bade, Marcao, Acuna; Gudelj, Fernando; Ocampos, Rakitic, Lamela; En-Nesyri. Man Utd XI: De Gea; Wan-Bissaka, Maguire, Lindelof, Dalot; Eriksen, Casemiro, Sabitzer; Antony, Martial, Sancho. #UEL

Hashtags

12
ПретходнаСтраница 1 од 2Следна