stdgpu: Efficient STL-like Data Structures on the GPU
-
Updated
May 29, 2022 - C++
{{ message }}
stdgpu: Efficient STL-like Data Structures on the GPU
Library of flat vector-like based associative containers
Cross-platform STL-styled and STL-compatible library with implementing containers, ranges, iterators, type traits and other tools; actors system; type-safe config interface.
Small library of STL-like C++11 extensions
An implementation of STL for GameMaker Studio 2.
C++11 Library to implement bit string with similar interface to C++ Standard Library
a data structure representing a tree, implemented as a generic STL container
C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.
Add a description, image, and links to the stl-like topic page so that developers can more easily learn about it.
To associate your repository with the stl-like topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Usage of the library is limited to direct inclusion of the library or users having to write CMake integration themselves.
Describe the solution you'd like
Some lean CMake support could be built-in: installation and/or inclusion.
Some documentation could be added to the project Readme page to guide users for installation