@americancryptotrading · Post #27209 · 07.04.2025 г., 19:43
🇺🇸#BONK/USDT is consolidating just below the upperboundary of the fallingwedge pattern on the daily chart👀 A confirmed breakout could lead to massive gains✈️ American Crypto©
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
Пребарај: #bonk
@americancryptotrading · Post #27209 · 07.04.2025 г., 19:43
🇺🇸#BONK/USDT is consolidating just below the upperboundary of the fallingwedge pattern on the daily chart👀 A confirmed breakout could lead to massive gains✈️ American Crypto©
Hashtags
@coinlegs · Post #9880 · 10.02.2024 г., 17:08
I’m bullish for #BONK as long as it does not fall below blue zone
Hashtags
@coinlegs · Post #9593 · 25.12.2023 г., 08:26
Our Dolphin AI nailed yesterday's 100% probable 5% #bonk dip, delivering 20% profits today! 🤑 Trading feels impossible until you have ultra-advanced prediction tools working for YOU 24/7 ⏰ Let our algorithms handle charting and think in probabilities so you simply sit back and collect gains. You can even check previous signals of Dolphin at our website, all transparency. Suitable for Back/Proof testing. The future is now 💸 www.coinlegs.com
Hashtags
@signal_bitcoins · Post #2516 · 26.01.2024 г., 08:39
#BONK touched the trendline on 6H Time frame,in the case of breakout we may see a good pump after a retest..🐋 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️
Hashtags
@signal_bitcoins · Post #2308 · 13.01.2024 г., 09:21
#BONK rejected from the supply zone on 4H Time frame,we expect if price saved the Green zone it can pump again and breakup the supply zone 📈 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️
Hashtags
@signal_bitcoins · Post #2232 · 09.01.2024 г., 07:32
#BONK borken up the ceiling of the Bullish Flag on 6H Time frame,we expect a good pump in near future 💎 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️
Hashtags
@signal_bitcoins · Post #2034 · 26.12.2023 г., 12:16
#BONK price is in the middle of the trading range,we are waiting for the reaction price to the Support zone,huge pump incoming..💎 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️
Hashtags
@ysmodku · Post #4843 · 27.02.2023 г., 02:05
人物:#胡桃 作者:#bonk 说明:有一个没有腰部的变体(默认不合并,见自述文件) 下载:https://wwze.lanzoub.com/iICHA0ooxkhe 来源:https://discord.com/channels/971945032552697897/995556191419764838/1079439143660163182
@mexc_signals_pumps_trading · Post #1500 · 30.09.2024 г., 17:19
#BONK#1000BONK ~300 days re-accumulation phase almost finished. Next leg is to Blow-Of-Top phase to finish macro cycle.
@tradeandinvest_ann · Post #559 · 05.01.2023 г., 10:40
🎙 New Listing announcement 🔥 BONK/USDT — 40,000,000,000 BONK Up for Grabs! 📣 Deposit $BONK on #Bybit to get a share of 40,000,000,000 $BONK prize pool! 🗓Event period: Jan 5, 2023, 3AM UTC – Jan 19, 2023, 11:59PM UTC ➡️ Learn more here:https://i.bybit.com/ab28n6IN 📲 $BONK is now also available to trade via our Spot Grid Bot. #BONK#INVESTREPORT
Hashtags
@alphavave · Post #1977 · 26.04.2025 г., 20:56
💰Bullish on #TRUMP Short term : $21 - $27 Long term : $48 - $79 The main character of meme world this stage. If you missed #Doge 2020 💰/ #Shiba 2021 💰/ #Bonk 2023 💰/ #Pepe 2024 💰, you are going to miss #Trump 2025 💰
@crypto_currency1001 · Post #534 · 19.11.2024 г., 12:17
Top Meme Coins by Trading Volume (Last 24H): 1. #DOGE: $9.19B 2. #PEPE: $3.63B 3. #BONK: $1.41B Which one is your favorite? #Crypto#MemeCoins#Trading