216 skills found · Page 1 of 8
red / RedRed is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single ~1MB file!
concurrencykit / CkConcurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
zero-equals-false / Awesome Programming Books📚 A curated list of awesome programming books (Algorithms and data structures, Artificial intelligence, Software Architecture, Human–computer interaction, Operating Systems, Database Systems, IT Security, Concurrency, Interpreters and Compilers, High-Performance Computing, Distributed Systems, Game Development, Mathematical optimization)
inferno-os / Inferno OsInferno® is a distributed operating system. Inferno represents services and resources in a file-like name hierarchy, including devices, network and protocol interfaces, dynamic data sources, and services.Applications are written in a concurrent programming language, Limbo.
zhoushuguang / LebronHighly concurrent mall system built on go-zero
divar-ir / AI Doc GenAI-powered multi-agent system that automatically analyzes codebases and generates comprehensive documentation. Features GitLab integration, concurrent processing, and multiple LLM support for better code understanding and developer onboarding.
solidglue / Recommender System推荐系统入门指南,全面介绍了工业级推荐系统的理论知识(王树森推荐系统公开课-基于小红书的场景讲解工业界真实的推荐系统),如何基于TensorFlow2训练模型,如何实现高性能、高并发、高可用的Golang推理微服务。Comprehensively introduced the theory of industrial recommender system, how to trainning models based on TensorFlow2, how to implement the high-performance、high-concurrency and high-available inference services base on Golang.
CosRacheke / DceSystems Programming and Concurrency Lab
joaquinbejar / OrderBook RsA high-performance, thread-safe limit order book implementation written in Rust. This project provides a comprehensive order matching engine designed for low-latency trading systems, with a focus on concurrent access patterns and lock-free data structures.
nxrighthere / NetStackLightweight toolset for creating concurrent networking systems for multiplayer games
benx421 / Backend Engineer PathBuild systems handling concurrency, distributed transactions, and high-throughput ingestion. Learn by doing, not watching tutorials.
kocircuit / KocircuitKo: A generic type-safe language for concurrent, stateful, deadlock-free systems and protocol manipulations
changcheng1 / React18 Source ImplementationA comprehensive line-by-line implementation of React 18 core features from scratch - Fiber architecture, Hooks system, Concurrent rendering, Scheduler, and Event system with detailed explanations
jzarnett / Ece252ECE 252: Systems Programming and Concurrency
mit-pdos / PerennialVerifying concurrent storage and distributed systems
Concurnas / Concurnas=Please be aware that Concurnas is no longer in active development = Concurnas is an open source JVM programming language designed for building reliable, scalable, high performance concurrent, distributed and parallel systems
benoitc / Flowercollection of modules to build distributed and reliable concurrent systems in Python.
lzjever / RoutiluxRoutines-based, event-driven workflow orchestration for Python—compose complex data/AI pipelines and run concurrent workflows across distributed systems with durable state and robust error handling.
Rustam-Z / Senior Python EngineerAdvanced Python for Senior Software Engineers • Design Patterns • S.O.L.I.D • OOP • Concurrency • Python Libraries • System Design
teremterem / MiniAgentsAn async-first framework for building multi-agent AI systems with an innovative approach to parallelism, so you can focus on creating intelligent agents, not on managing the concurrency of your flows.