Changes between Version 2 and Version 3 of LinksLibraries


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

--

Legend:

Unmodified
Added
Removed
Modified
  • LinksLibraries

    v2 v3  
    66 * LLVM data structures - http://llvm.org/docs/ProgrammersManual.html
    77 * eastl::path - https://github.com/questor/eastl/blob/master/extra/path.h
     8 * uSTL - https://msharov.github.io/ustl/
     9
     10 * C++ library design - https://www.meetingcpp.com/tl_files/2013/talks/Keynote-cxx11-library-design-ericniebler.pdf
    811
    912 * parallel programing book - https://www.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook-1c.2015.01.31a.pdf
    1013
    1114 * libctiny - https://github.com/leepa/libctiny
     15 * uClibc - http://git.uclibc.org/uClibc/
     16 * trio - printf done right - http://sourceforge.net/p/ctrio/git/ci/master/tree/triostr.c
    1217 * fast memcpy in c - http://www.danielvik.com/2010/02/fast-memcpy-in-c.html
    1318 * HARDCORE LOW-LEVEL OPTIMIZATION - http://www.agner.org/optimize/
     
    2833 * vector math with simd - http://code.compeng.uni-frankfurt.de/projects/vc
    2934 * SIMD real world usage at Insomniac games - https://deplinenoise.files.wordpress.com/2015/03/gdc2015_afredriksson_simd.pdf
     35 * SSE SIMD - getting strarted - http://felix.abecassis.me/2011/09/cpp-getting-started-with-sse/
    3036
    3137 * STL vs games - http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4456.pdf
     
    3642
    3743 * origin C++11 libraries - https://code.google.com/p/origin/
     44 * facebook folly C++ library - https://github.com/facebook/folly
     45
     46 * miniz - https://code.google.com/p/miniz/source/browse/#svn%2Ftrunk%253Fstate%253Dclosed
     47 * NOTHINGS STB - https://github.com/nothings/stb
     48
     49 * C++ move semantics vs Template Expressions - https://www.preney.ca/paul/archives/1009
    3850
    3951== BIG LIST ==