3 repository-uri
Biblioteci și primitive pentru multi-threading și execuție concurentă.
Explore 3 awesome GitHub repositories matching part of an awesome list · Programare paralelă. Refine with filters or upvote what's useful.
This project is a comprehensive functional programming curriculum and learning resource for Haskell. It provides sequenced educational paths and technical reference guides designed to take developers from beginner to advanced levels of proficiency. The project distinguishes itself through a deep focus on theoretical and technical foundations, offering detailed studies on type theory, category theory, and runtime internals. It includes a dedicated performance handbook for optimizing execution speed and memory management, as well as an ecosystem guide for managing development tools and editor c
Provides resources for creating parallel programs and functional reactive systems.
This project is a technical curriculum and set of educational resources focused on parallel programming, high-performance computing, and systems programming. It provides a structured course covering the implementation of parallel algorithms and multithreading techniques for processing large datasets. The project includes a systems programming guide for modern language features, a framework for lock-free concurrency patterns, and a manual for optimizing CPU and GPU performance through assembly analysis and cache management. The material covers hardware performance tuning, the implementation o
Offers primitives and patterns for implementing multi-threading and concurrent execution.
Implementation of the Message Passing Interface.