From 29699803e00d9e98e9880ed0e6f245df4ddb29cf Mon Sep 17 00:00:00 2001 From: Patrick Stotko Date: Thu, 4 Jun 2020 12:56:28 +0200 Subject: [PATCH] Add stdgpu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd1d3f0..3a3b815 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Quantum](https://github.com/bloomberg/quantum) - A powerful C++ coroutine dispatcher framework built on top of [boost::coroutines2](https://www.boost.org/doc/libs/1_65_0/libs/coroutine2/doc/html/index.html). * [RaftLib](http://raftlib.io/) - The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators [Apache2] * [readerwriterqueue](https://github.com/cameron314/readerwriterqueue) - A fast single-producer, single-consumer lock-free queue for C++. [BSD] +* [stdgpu](https://github.com/stotko/stdgpu) - Efficient STL-like Data Structures on the GPU. [Apache2] * [Thrust](http://thrust.github.io/) - A parallel algorithms library which resembles the C++ Standard Template Library (STL). [Apache2] * [transwarp](https://github.com/bloomen/transwarp) - A header-only C++ library for task concurrency. [MIT] * [VexCL](https://github.com/ddemidov/vexcl) - A C++ vector expression template library for OpenCL/CUDA. [MIT]