Changes between Version 1 and Version 2 of LinksLibraries


Ignore:
Timestamp:
08/15/15 14:27:10 (10 years ago)
Author:
epyon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LinksLibraries

    v1 v2  
    33 * multidimensional array proposal - http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3851.pdf
    44
     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
    516 * google-breakpad (crash handling) - https://code.google.com/p/google-breakpad
    617 * crashrpt.cpp (windows crash handling) - https://drdump.com/CrashRpt.CPP/About
     
    2334
    2435 * C++11 efficient argument passing - http://codesynthesis.com/~boris/blog/2012/06/19/efficient-argument-passing-cxx11-part1/
     36
     37 * origin C++11 libraries - https://code.google.com/p/origin/
     38
     39== BIG LIST ==
     40 * https://github.com/fffaraz/awesome-cpp