TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14906 · Jul 3

#typescript#ai#anthropic#artifacts#assistant_api#aws#azure#chatgpt#chatgpt_clone#claude#clone#dall_e_3#deepseek#gemini#google#librechat#o1#openai#plugins#vision#webui LibreChat is a free, open-source AI chatbot platform that lets you use many AI models like OpenAI, Anthropic, and AWS in one place. It offers advanced features such as secure code execution in multiple programming languages, AI assistants that can handle files and tools without coding, and the ability to generate images and diagrams directly in chat. You can search conversations easily, manage multiple chat threads, and customize the interface to fit your needs. LibreChat supports multiple languages, speech input/output, and secure multi-user access. It can be deployed locally or on the cloud, giving you flexibility and control over your AI experience. This means you get a powerful, customizable AI assistant without needing to pay for ChatGPT Plus or rely on a single provider[1][3][5]. https://github.com/danny-avila/LibreChat

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