From 46651a62a117940b3f446f959af25e71be00ff39 Mon Sep 17 00:00:00 2001 From: Jacinto Branco Date: Tue, 18 Jul 2017 00:22:52 +0100 Subject: [PATCH] Added libdill, changed libmill url to github --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d9dde7..694d864 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [junction](https://github.com/preshing/junction) - A library of concurrent data structures in C++. [BSD] * [libcds](https://github.com/khizmax/libcds) - A C++ library of Concurrent Data Structures. [BSD] * [Libclsph](https://github.com/libclsph/libclsph) - An OpenCL based GPU accelerated SPH fluid simulation library. [MIT] -* [libmill](http://libmill.org/) - Introduces Go-style concurrency in C. [MIT] +* [libdill](https://github.com/sustrik/libdill/) - Introduces structured concurrency in C. [MIT] +* [libmill](https://github.com/sustrik/libmill/) - Introduces Go-style concurrency in C. [MIT] * [moderngpu](https://github.com/moderngpu/moderngpu) - moderngpu is a productivity library for general-purpose computing on GPUs. It is a header-only C++ library written for CUDA. The unique value of the library is in its accelerated primitives for solving irregularly parallel problems. [FreeBSD & Copyright, Sean Baxter] * [NCCL](https://github.com/NVIDIA/nccl) - Optimized primitives for collective multi-GPU communication. [BSD] * [OpenCL](https://www.khronos.org/opencl/) - The open standard for parallel programming of heterogeneous systems.