Skip to content

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. stdgpu: Efficient STL-like Data Structures on the GPU

    C++ 381 13

  2. Forked from thrust/thrust

    Thrust is a C++ parallel programming library which resembles the C++ Standard Library.

    C++

  3. Forked from niessner/BundleFusion

    [Siggraph 2017] BundleFusion: Real-time Globally Consistent 3D Reconstruction using Online Surface Re-integration

    C++ 1

  4. Forked from stevenlovegrove/Pangolin

    Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.

    C++

  5. Forked from jbeder/yaml-cpp

    A YAML parser and emitter in C++

    C++

  6. Forked from jlblancoc/nanoflann

    nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search wih KD-trees

    C++

555 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri
Activity overview
Contributed to stotko/stdgpu, stotko/ci_example, stevenlovegrove/Pangolin and 5 other repositories
Loading

Contribution activity

July 2020

stotko has no activity yet for this period.

June 2020

Created a pull request in stotko/stdgpu that received 2 comments

deque,vector: Remove bounds check in operator[]

operator[] should not perform bounds checks. Remove these checks by making at() call operator[] rather than the other way around. Fixes #184

+7 −10 2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.