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

Резултати

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

Пребарај: #sats

当前筛选 #sats清除筛选
TokenPocket

@tokenpocket_channel · Post #1000 · 12.12.2023 г., 10:04

🟧 .sats domain name is live on TokenPocket_TP! 👉http://tokenpocket.pro 🌟You can view the .sats domain name directly on the TokenPocket Transfer page after you enter the #Bitcoin wallet address! Make #Bitcoin Great Again! #Ordinals#Bitcoin#SATs#TokenPocket $SATS 【Details】https://twitter.com/TokenPocket_TP/status/1734513835862798519 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #1050 · 26.12.2023 г., 09:07

🟧 Easily track the real-time #BRC20 Market on ​TokenPocket_TP! ✅Empowering you with real-time price updates and dynamic percentage changes! 📈 ✅Providing you with a more stable and convenient wallet service! 👉https://www.tokenpocket.pro/ #Bitcoin#BRC20#SATS#ORDI 【Details】https://twitter.com/TokenPocket_TP/status/1739573022779170991 【Powered By】Crypto Box

Most people lose in crypto not because of the market, but because of emotions. The solution is simple: accumulate BTC in small satoshi amounts regularly. You can start with $100 today. This is not financial advice. @saylor@APompliano@aantonop #Bitcoin#BTC#Sats#HODL#CryptoEducation#MyMining

TokenPocket

@tokenpocket_channel · Post #1033 · 21.12.2023 г., 05:33

✨ Unlock simplicity in #BRC20 transfer! 🚀Now, easily transfer your #BRC20 assets in just ONE step! 🔄 Inscribe and transfer seamlessly for a more efficient and convenient experience. 👉https://tokenpocket.pro Ready to experience seamless #BRC20 transactions? Follow the tutorial: 👉https://help.tokenpocket.pro/en/wallet-faq-en/btc-wallet/brc20 #Sats#ordi#RATS#Inscriptions 【Details】https://twitter.com/TokenPocket_TP/status/1737707370523005390 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #1025 · 19.12.2023 г., 03:22

🟧 TokenPocket Now Fully supports BRC-20! #BRC20 ✅#BRC20 tokens deposit, withdrawal, and token price display. ✅ Transfer your #BRC20 in one single transaction (Inscribe and Transfer in one step) 🆕We just released the iOS new version 🔺2.1.9🔺(TP Wallet) and Android new version 🔺1.9.5🔺. Upgrade your TP Wallet/TokenPocket and discover the #BRC20#Inscriptions world with us! 👉https://www.tokenpocket.pro/ #Sats#ordi#RATS#Inscriptions 【Details】https://twitter.com/TokenPocket_TP/status/1736949473048420555 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #1029 · 20.12.2023 г., 09:36

🟧Easily Track the hottest #BRC20 tokens on ​TokenPocket_TP! Still not too late to know this secret! 😍 ✅Click the "+" button on the #Bitcoin Asset page, and you can view the trending token list directly! Figure out what are most TokenPocket users interested in and get a chance to find a #GEM💎 with your #TokenPocket Wallet! 👉https://www.tokenpocket.pro/ #ORDI#SATs#BIIS#RATS 【Details】https://twitter.com/TokenPocket_TP/status/1737405949722366261 【Powered By】Crypto Box