TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14739 · May 23

#c_lang#ctp#ctpapi#futures#options#quant#simnow#stock#tora#trader#tts#xtp openctp is a powerful open-source trading platform compatible with many Chinese securities and futures trading systems, offering both real and simulated trading environments for futures, options, stocks, funds, and bonds across domestic and global markets like A-shares, Hong Kong, and US stocks. It provides easy access to CTPAPI through Python and other programming languages, plus user-friendly trading clients with graphical and command-line interfaces. You can register free simulation accounts instantly via WeChat, enabling you to practice and test trading strategies in real-time or 24/7 environments. It also offers training, development support, and a monitoring platform for multiple trading systems, helping you learn, develop, and trade efficiently with low costs and broad market access. This benefits you by giving a flexible, comprehensive, and cost-effective way to develop, test, and execute trading strategies across many markets with strong community and technical support. https://github.com/openctp/openctp

Results

1 similar post found

Search: #iosdev

当前筛选 #iosdev清除筛选
Ali Kuzhuget (AI, NLP, keyboards, Dev)

@AliKuzhuget · Post #287 · 01/29/2026, 01:14 AM

Как я оптимизировал Swift код до «глюка» в статистике 🫠 Зашел на LeetCode решить 4Sum II, но в процессе затянуло — захотелось сделать максимально эффективное решение. Что в итоге накодил: Сначала посчитал частоту чисел в массивах, чтобы не перебирать дубликаты. Выкинул второй словарь и лишние проходы, чтобы сэкономить память. Убрал лишние замыкания, чтобы Swift не тратил время на их вызов. Результат на скрине: По цифрам всё супер — 47 ms и 19.48 MB. Система пишет Beats 100.00%, то есть решение быстрее всех в базе. Но вот в чем ирония: на графике моя иконка стоит на столбике 104 ms. Это как если бы ты пробежал марафон быстрее всех, а судьи поставили тебя в очередь к тем, кто еще на середине дистанции, и их надо дождаться. ⏱️ Цель достигнута — код летает, а то, что иконка не на своем месте, это уже баг платформы, а не алгоритма. Эту задачу решали несколько сотен тысяч людей. #leetcode#swift#алгоритмы#iosdev