TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15049 · Aug 12

#java#distributed_systems#durable_execution#grpc#java#javascript#microservice_orchestration#orchestration_engine#orchestrator#reactjs#spring_boot#workflow_automation#workflow_engine#workflow_management#workflows Conductor is an open-source tool that helps you manage and automate complex workflows involving many microservices and systems. It makes your workflows flexible, reliable, and scalable by handling retries, errors, and monitoring automatically. You can define workflows as code in JSON, use various task types, and manage workflows dynamically without tightly coupling services. It offers an easy-to-use web interface and supports multiple databases like Redis and MySQL. This helps you build, run, and monitor workflows efficiently, saving time and reducing errors in managing distributed applications. It also has SDKs for Java, Python, JavaScript, Go, and C# to integrate easily with your projects. https://github.com/conductor-oss/conductor

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