@elfcryptovip · Post #11802 · 08.08.2025 г., 04:51
JUST IN:💰 The SEC has officially ended its legal battle with #ripple as both parties have officially filed for joint dismissal of appeals.
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
Пребарај: #ripple
@elfcryptovip · Post #11802 · 08.08.2025 г., 04:51
JUST IN:💰 The SEC has officially ended its legal battle with #ripple as both parties have officially filed for joint dismissal of appeals.
Hashtags
@finsignal · Post #2652 · 06.11.2023 г., 12:29
🪙#Ripple is preparing for an initial public offering of IPO shares We are waiting for $XRP 🚀🚀🚀 and our set goals (0.88$) 🥳🥳🥳
Hashtags
@finsignal · Post #2649 · 05.11.2023 г., 10:02
San Francisco, November 3, 2023 — The company #Ripple, one of the leading participants in the global market of cryptocurrencies and blockchain technologies, announced its intention to join the development of a digital version of the national currency — the digital lari, cooperating with Georgia.
Hashtags
@the_jefferymead · Post #563 · 07.03.2026 г., 20:07
🚨HUGE: #Ripple is integrating #XRP payments directly into core banking systems via DXC. IT'S HAPPENING! 🤯
@the_jefferymead · Post #559 · 03.03.2026 г., 06:36
LETS GOOOOOOOOOOOOOO!!!💥 LISTENING TO BRAD GARLINGHOUSE AT FOX BUSINESS! IM SURE #RIPPLE WILL SOON HANDLE TRANSACTIONS ARROUND THE WORLD THROUGH #XRP AS BRIDGE CURRENCY✅🏦
@the_jefferymead · Post #483 · 14.02.2026 г., 21:30
Brad Garlinghouse - CEO of #Ripple says: “I will give it 75% by the end of April, that we are not just back on track, but very close to being signed.” 💥REGULATORY CLARITY IS COMING💥 $RLUSD 🤝#XRP
@the_jefferymead · Post #419 · 05.02.2026 г., 08:56
Brad Garlinghouse, the CEO of #Ripple, will join the White House as the new Trump’s Crypto Czar! #XRP
@the_jefferymead · Post #379 · 23.01.2026 г., 22:46
🚨Brad Garlinghouse - CEO of #Ripple, reveals that #XRP plays a crucial role in the successful listing of Ripple's $RLUSD on Binance today! “eXtRemely Positive…” X R P
@the_jefferymead · Post #351 · 17.01.2026 г., 22:46
#Ripple sets the highest standard for stablecoin compliance! $RLUSD Ripple will become the new FEDERAL RESERVE and #XRP-escrow will be the backbone of the new financial system.
@the_jefferymead · Post #336 · 15.01.2026 г., 19:26
#Ripple will become a Bank in Q1 2026! 💥Ripple National Trust Bank💥#XRP
@the_jefferymead · Post #331 · 15.01.2026 г., 19:19
#Ripple will become a Bank in Q1 2026! 💥Ripple National Trust Bank💥#XRP
@the_jefferymead · Post #280 · 09.01.2026 г., 01:17
The SEC Chair - Paul Atkins who ended the #Ripple case says that blockchains are more transparent than any legacy financial system ever built! #XRP