4 results for “topic:library-go”
🤖 ParsRubika | کتابخانه روبیکا برای Go (Golang) – ساخت ربات روبیکا با Go
کتابخانه مدرن و قدرتمند زبان گولنگ (Go) برای توسعه رباتهای مسنجر بله. شامل سیستم روتینگ، مدیریت وضعیت (FSM) و پشتیبانی از سرویس سفیر.
A deterministic event recording and replay framework for Go. This library provides a powerful way to record ordered events (inputs, state transitions) and replay them deterministically. It supports branching timelines and checksums for validation, making it particularly useful for debugging distributed systems and simulations.
A powerful and flexible Go library and CLI for solving Constraint Satisfaction Problems (CSP). This library provides efficient backtracking algorithms with intelligent heuristics for solving various constraint satisfaction problems including scheduling, puzzles (N-Queens, Sudoku), graph coloring, and research problems.