## Documentation
A comprehensive introduction into the design and API of stdgpu can be found here:
- <a href="https://stotko.github.io/stdgpu">stdgpu API documentation</a>
- <a href="https://thrust.github.io/doc/group__algorithms.html">thrust algorithms documentation</a>
- <a href="https://www.researchgate.net/publication/335233070_stdgpu_Efficient_STL-like_Data_Structures_on_the_GPU">Research paper</a>
Since a core feature and design goal of stdgpu is its **interoperability** with thrust, it offers **full support for all thrust algorithms** instead of reinventing the wheel. More information about the design can be found in the related <a href="https://www.researchgate.net/publication/335233070_stdgpu_Efficient_STL-like_Data_Structures_on_the_GPU">research paper</a>.
|