| 5 | * boost small_vector, and others - http://www.boost.org/doc/libs/1_58_0/doc/html/boost/container/small_vector_base.html / http://www.boost.org/doc/libs/1_58_0/doc/html/container/non_standard_containers.html |
| 6 | * LLVM data structures - http://llvm.org/docs/ProgrammersManual.html |
| 7 | * eastl::path - https://github.com/questor/eastl/blob/master/extra/path.h |
| 8 | |
| 9 | * parallel programing book - https://www.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook-1c.2015.01.31a.pdf |
| 10 | |
| 11 | * libctiny - https://github.com/leepa/libctiny |
| 12 | * fast memcpy in c - http://www.danielvik.com/2010/02/fast-memcpy-in-c.html |
| 13 | * HARDCORE LOW-LEVEL OPTIMIZATION - http://www.agner.org/optimize/ |
| 14 | |
| 15 | * OSInteraction - https://github.com/alec101/OSInteraction for OpenGL |