@spherecryptoofficial1 · Post #414 · 29.07.2025 г., 11:01
📈Breaking News! #PancakeSwap surpasses $100M in trading volume on Solana. @spherecryptoofficial1
Hashtags
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
Пребарај: #pancakeswap
@spherecryptoofficial1 · Post #414 · 29.07.2025 г., 11:01
📈Breaking News! #PancakeSwap surpasses $100M in trading volume on Solana. @spherecryptoofficial1
Hashtags
@spherecryptoofficial1 · Post #162 · 01.07.2025 г., 12:36
JUST IN :#PancakeSwap V3 liquidity pool now live on Solana. @spherecryptoofficial1
Hashtags
@sidus_heroes_channel · Post #1229 · 23.10.2023 г., 22:39
IMPORTANT: For those who are not aware: Sidus is also listed on Pancakeswap (BSC), link https://pancakeswap.finance/info/pairs/0xae03e6a3efd1b68db56b8b3a6612348e5b6b541c Our ETH-BSC bridge link: swap.sidusheroes.com/#/swap Our BEP20 contract: 0xe62B7C22484F8b031930275d31F42B9a517fE038 #pancakeSwap#Binance
Hashtags
@airdropgoldchannel · Post #157085 · 09.09.2022 г., 11:59
#PancakeSwap The Best Crypto to Buy Today – September 2022 – 100x Gains #cryptogemtokenshttps://cryptogemtokens.com/pancakeswap-the-best-crypto-to-buy-today-september-2022-100x-gains/
Hashtags
@finsignal · Post #3323 · 27.06.2024 г., 10:13
🐰#PancakeSwap launches its own prediction market on the #Arbitrum blockchain, which includes an artificial intelligence-based price feed from the #Allora platform.
Hashtags
@uxlink_community · Post #543 · 11.07.2025 г., 01:30
Huge thanks to the #UXLINK global community for your support! 🎉 We’re thrilled to share that the proposal to cross-chain a portion of $UXLINK supply to @BNBCHAIN(for @PancakeSwap) passed with an 86.08% approval vote! Implementation will kick off soon, and plans for the UXLINK/USDT trading pair + official LP are already in the works. Stay tuned for updates💪 #BNBChain#PancakeSwap#CommunityDriven
@drop_cryptogo · Post #1453 · 25.08.2024 г., 13:29
🚀$BCCOIN is on Fire!🚀 🔥 In the last 24 hours, $BCCOIN has surged by 100%! The journey to a new ATH has officially begun, and we're just getting started! 🌟 Don’t miss out on this incredible momentum—now is the time to get in before the next big move! 👉Buy $BCCOIN Now: - Gate.io:gate.io/trade/BCCOIN_USDT - Bitget:bitget.com/price/blackcardcoin - MEXC:mexc.com/price/BCCOIN - BingX:bingx.com/spot/BCCOINUSDT - Bitmart:bitmart.com/trade/en-US?symbol=BCCOIN_USDT - PancakeSwap:pancakeswap.finance/swap?outputCurrency=0x450593bf7f2d7e559e38496cfb06bdce5e963795&inputCurrency=0x55d398326f99059fF775485246999027B3197955 #BCCOIN#Crypto#ATH#DeFi#PancakeSwap
@airdropsboss · Post #756 · 18.07.2021 г., 07:52
🚀 CryptoDogs Airdrop🚀 🎁Total reward: Up to 10.000 billion CryptoDoge is ready for 4.000 lucky. ❗️Must complete all tasks: ✅Registration here 🙃 The winner will be announced on August 20, 2021. What is CryptoDogs? CryptoDogs is a game centered around breedable, collectible, and oh-so-adorable creatures we call CryptoDogs! Each dog is one-of-a-kind and 100% owned by you; it cannot be replicated, taken away, or destroyed. 🏵Website 🏵Twitter 🏵Telegram channel #BSC#Doge#Pancakeswap@elonmusk#CZ#airdrop
Hashtags
@the_intelligent_investors · Post #421 · 05.05.2022 г., 10:43
⚡️⚡️⚡️Don't miss your chance!!! It's time to you to buy at dip price before SUPER BIG NEWS coming $DST is an only biggest community for whom love and follow Doctor Strange and Avengers team to create a meaningful and grow up decentralized-platform project together 💵💵 We're available on #coinmarketcap and live on #pancakeswap with smart contract: 0xa128a6216a8e8def817a31a06290f8055d6add2f Tax is 8-12% for Buy/Sell Find more about us: 🌏Website: https://drstrangefan.io 🐦Twitter: https://twitter.com/DoctorSToken 📣Channel: @drstrangeann 🗣 Group: https://t.me/drstrangeio #Doctorstoken#DSTtoken#DoctorStrangetoken#DoctorS #Doctorstrange#DST#DoctorStrangeInTheMultiverseOfMadness
@the_intelligent_investors · Post #1006 · 26.05.2023 г., 18:18
We are live on PancakeSwap, LOL SMASH Coin, $LOLS: Official Website: https://lolsmash.net/ Twitter: https://twitter.com/lolsmashcoin Telegram: https://t.me/+qA2Wo-1tI-8zMDhh CA: 0x19961cf3B822d37e16E310AB7C6C0277F95f31c3 0% Buy Tax ✅ 0% Sell Tax ✅ Contract Renounced ✅ Liquidity Locked for 1 Year ✅ (Check on DxSale Lock) #LOLSMASHCOIN#BNB#MEME#MEMECOIN#PEPE#PEPECOIN#LAUNCH#PANCAKESWAP#LIVE#LOLS#BSCCHAIN#LIQUIDITYLOCKED#LIQUIDITY_LOCKED#RENOUNCED#CONTRACT_RENOUNCED#BSC#BLOCKCHAIN#CRYPTO