YangchenVR's Stars
aantron/better-enums
C++ compile-time enum to string, iteration, in a single header file
stingergraph/stinger
The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
DGtal-team/DGtal
Digital Geometry Tools and Algorithm Library
mikekazakov/eytzinger
Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++
flann-lib/flann
Fast Library for Approximate Nearest Neighbors
yniederm/GraphLib
A simple C++ library that implements various data structures and algorithms based on graph theory.
STMicroelectronics/STMems_Machine_Learning_Core
Configuration files, examples and tools for the Machine Learning Core feature (MLC) available in STMicroelectronics MEMS sensors. Some examples of devices including MLC: LSM6DSOX, LSM6DSRX, ISM330DHCX, IIS2ICLX, LSM6DSO32X, ASM330LHHX, LSM6DSV16X, LIS2DUX12, LIS2DUXS12, LSM6DSV16BX, ASM330LHHXG1, LSM6DSV32X
AaronLPS/CarND-PathPlanning-P11
erdos-project/frenet_optimal_trajectory_planner
Strange-AI/frenet_path_planning
无人车路径规划算法demo
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
Ivesss/Frenet_Path_Planning
boostorg/lockfree
Boost.Lockfree
taskflow/awesome-parallel-computing
A curated list of awesome parallel computing resources
mloskot/spatial_index_benchmark
Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R* balancing algorithms as well as bulk loading.
davidbien/STLport-5.2.1-with-VS2017
cachelot/cachelot
Cache library and distributed caching server. Memcached compatible.
capnproto/capnproto
Cap'n Proto serialization/RPC system - core tools and C++ library
USCiLab/cereal
A C++11 library for serialization
foonathan/type_safe
Zero overhead utilities for preventing bugs at compile time
boost-ext/sml
C++14 State Machine library
eranpeer/FakeIt
C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
boost-ext/di
C++14 Dependency Injection Library
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
fhwedel-hoe/OpenRoadEd
OpenRoadEd is a simple application designed to create both logical (OpenDRIVE standard) and geometrical (OpenSceneGraph) descriptions of road networks.
AMDmi3/glosm
3D OpenStreetMap renderer
tangwing/TrafficSimulation
An implementation of Intelligent Driver Model(IDM) with C and OpenGL to do traffic simulation.
abellgithub/delaunator-cpp
A really fast C++ library for Delaunay triangulation of 2D points
mapnik/mapnik
Mapnik is an open source toolkit for developing mapping applications
artemp/closest_point
Calculate closest point on geometry given x,y position