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

Резултати

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

Пребарај: #wimbledon

当前筛选 #wimbledon清除筛选
🏆 Info 288 - DEPORTES

@info288_deportes · Post #35571 · 10.10.2024 г., 09:00

🎾Wimbledon Wimbledon sustituirá a los jueces de línea por un sistema electrónico a partir de 2025#Wimbledon Wimbledon sustituirá a partir de 2025 los jueces de línea por un sistema electrónico, el Live Electronic Line Calling, tecnología ya implementada en otros 'Grand Slam' como el Abierto de Australia o el US Open, además de en otras disciplinas. El All England Club seguirá el ejemplo del Abierto de Australia el US Open y sustituirá los jueces de línea por tecnología. Desde 2007, el ojo de halcón ha ayudado a los jueces de Wimbledon en algunas pistas, donde los jugadores han podido impugnar las decisiones de los jueces de línea, pero ahora el sistema estará totalmente automatizado en todo el recinto, incluso durante la fase de clasificación en Roehampton. La directora ejecutiva, Sally Bolton, declaró que la decisión de introducir el sistema Live Electronic Line Calling en los Campeonatos "se tomó tras un largo periodo de estudio y consulta", y "una vez revisados los resultados de las pruebas realizadas este año en el torneo". "Consideramos que la tecnología es lo suficientemente sólida y que ha llegado el momento de dar este importante paso en la búsqueda de la máxima precisión en nuestro arbitraje. A los jugadores, les ofrecerá las mismas condiciones en las que han jugado en otros eventos del circuito", defendió. https://www.europapress.es/deportes/tenis-00166/noticia-wimbledon-sustituira-jueces-linea-sistema-electronico-partir-2025-20241009132704.html 🏆@Info288_deportes

Hashtags

EdgeMarket.AI 📣

@edgemarketai · Post #8088 · 02.04.2026 г., 16:55

🎾 GRAND SLAM PREDICTION 🎾 Will Iga Świątek make it to the Wimbledon Final in July 2026? The stakes are rising. The pressure is real. Can she dominate on grass? ⚡ Connect your BSC chain wallet to get started 🎁 Get 100 $SIGNAL just for connecting your wallet 🔄 Points convert to $SIGNAL before ICO Make your prediction now 👇 https://edgemarket.ai/bnb/tennis/will-iga-witek-reach-the-wimbledon-final-in-july-2026/statistics/69ce7e065e16d74b01b8260f Don’t just watch predict the outcome.and collect $BET #Tennis#Wimbledon#Predictions#EdgeMarket

🎾Секреты Уимблдона от британских дипломатов! Уимблдон-2025 только что завершился, но традиции остаются! Знаете ли вы, какой цвет доминирует на Уимблдоне? Или что такое Pimm's? Наш коллега Стюарт раскрывает три самые загадочные традиции Уимблдона... пытаясь при этом не уронить теннисный мяч! 🏆 Спойлер: теннис оказался сложнее, чем мы думали! #Wimbledon#TheUK#BritishEmbassy#Tennis

AI & Law

@ai_and_law · Post #44 · 02.07.2023 г., 09:36

🌟AI Sunday Wonders: AI takes center court at Wimbledon!🎾 In a thrilling development for tennis fans, the prestigious Wimbledon tournament is set to showcase the prowess of artificial intelligence on the courts. The organizers have embraced the power of AI to enhance the viewers' experience and provide valuable insights into the matches. Thanks to AI, spectators will be treated to AI-generated commentary that captures the excitement of each game. Imagine hearing an AI commentator analyzing the matches, delivering insightful observations, and keeping you on the edge of your seat! But that's not all! AI will also be utilized to analyze the tournament draw. With complex algorithms at play, the AI system will help predict potential match-ups, identify intriguing rivalries, and offer strategic insights. It's like having an AI coach whispering tips into your ear, ready to help you strategize your way to victory. Wimbledon will take place from July 3 to July 16, 2023. Fans can witness these AI-powered features in action by visiting wimbledon.com or downloading the Wimbledon App from the App Store or Play Store. #AISundayWonders#AI#Wimbledon#MachineLearning#SportsTech#Tennis