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

Резултати

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

Пребарај: #petdog

当前筛选 #petdog清除筛选

The kennel.ai core team and team of DogShow influencers can be contacted easily through Telegram, Twitter, YouTube etc or directly by email at [email protected] Feel free to offer marketing and promotional services Admin @NEO55555 #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

The Kennel.Ai ecosystem has a stabil Token https://kennel.ai/tokenomics …use of KC stabil Token is for making either donations to street dog feeding campaign https://kennel.ai/to-earn or for buying products ( on chain ) from the Webshop using crypto https://kennel.ai/shop #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

Happy December 01 🐶🦴 The kennel.ai core team and team of DogShow influencers can be contacted easily through Telegram, Twitter, YouTube etc or directly by email at [email protected] Feel free to offer marketing and promotional services Admin @NEO55555 #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

One of the core features of the Kennel.ai ecosystem is charitable donations to community that give their waste table food to street dogs https://kennel.ai/to-earn Millions of dog lovers worldwide care about the plight of abandoned street dogs …that’s why Team have created the offer of being the middle man for European and American dog lovers that like to donate money to sponsor the feeding of street dogs in places like India , Romania and other countries where the street dogs need help… at least join the platform today to show your support for this campaign 🐾 https://kennel.ai/login Have a great day …. #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

The Pet dog Industry problem is that the data collected is held on hundreds of independent servers Worldwide 25 million new pet dogs are registered with the worlds fragmented kennel clubs each year This is a multi billion dollar industry, the average price for a pet dog now in 2023 Europe and USA is $1000-1500$ In the Future every Pet dog will be physical digital asset , data on chain Kennel.Ai creates a unique editable NFT for each new pet dog registered You can join the Kennel.Ai ecosystems and help tobtest the platform by registering a dog, start to earn tokens for the data provided by you and supplemental tokens for the data provided by owners of any offspring produced by your dog https://kennel.ai/login Kennel.Ai aims to provide one place on chain for all the worlds kennel clubs members, breeders and pet dog owners to record and own their dog life data… #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

One of the core features of the Kennel.ai ecosystem is charitable donations to community that give their waste table food to street dogs https://kennel.ai/to-earn Millions of dog lovers worldwide care about the plight of abandoned street dogs …that’s why Team have created the offer of being the middle man for European and American dog lovers that like to donate money to sponsor the feeding of street dogs in places like India , Romania and other countries where the street dogs need help… at least join the platform today to show your support for this campaign 🐾 https://kennel.ai/login Have a great day …. #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

The kennel.ai core team and team of DogShow influencers can be contacted easily through Telegram, Twitter, YouTube etc or directly by email at [email protected] Feel free to offer marketing and promotional services Admin @NEO55555 #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

The kennel.ai core team and team of DogShow influencers can be contacted easily through Telegram, Twitter, YouTube etc or directly by email at [email protected] Feel free to offer marketing and promotional services Admin @NEO55555 #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

One of the core features of the Kennel.ai ecosystem is charitable donations to community that give their waste table food to street dogs https://kennel.ai/to-earn Millions of dog lovers worldwide care about the plight of abandoned street dogs …that’s why Team have created the offer of being the middle man for European and American dog lovers that like to donate money to sponsor the feeding of street dogs in places like India , Romania and other countries where the street dogs need help… at least join the platform today to show your support for this campaign 🐾 https://kennel.ai/login Have a great day …. #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

In our busy lives reminders are essential How about reminders for when your pet dogs vaccinations are due for boost Kennel.ai records dog life data on chain such as vaccination type and expiry date Platform reminds pet dog owners when either a vaccination or booster is needed via mobile and by a notification when user is logged in to platform with Google or Web3 metamask https://kennel.ai/login Kennel.Ai aims to provide one place on chain for all the worlds kennel clubs members, breeders and pet dog owners to record and own their dog life data… #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

The Pet dog Industry is massive , behind every pet dog sale their is a professional pet dog breeder 25 million new pet dogs are registered with the worlds fragmented kennel clubs each year This is a multi billion dollar industry, the average price for a pet dog now in 2023 Europe and USA is $1000-1500$ In the Future every Pet dog will be physical digital asset , data on chain Kennel.Ai creates a unique editable NFT for each new pet dog registered You can join the Kennel.Ai ecosystems and register a dog, start to earn tokens for the data provided by you and for the data provided by owners of any offspring produced by your dog https://kennel.ai/login Registration process uses Artificial intelligence to help end genetic breeding faults by suggesting near perfect breeding mate for your dog #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

One of the core features of the Kennel.ai ecosystem is charitable donations to community that give their waste table food to street dogs https://kennel.ai/to-earn Millions of dog lovers worldwide care about the plight of abandoned street dogs …that’s why Team have created the offer of being the middle man for European and American dog lovers that like to donate money to sponsor the feeding of street dogs in places like India , Romania and other countries where the street dogs need help… at least join the platform today to show your support for this campaign 🐾 https://kennel.ai/login Have a great day …. #dogs #$DOGS #petdog#dogbreeder#kennelclub#blockchain#Ai

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