Changes between Version 2 and Version 3 of LinksLibraries
- Timestamp:
- 08/15/15 14:48:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LinksLibraries
v2 v3 6 6 * LLVM data structures - http://llvm.org/docs/ProgrammersManual.html 7 7 * 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 8 11 9 12 * parallel programing book - https://www.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook-1c.2015.01.31a.pdf 10 13 11 14 * 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 12 17 * fast memcpy in c - http://www.danielvik.com/2010/02/fast-memcpy-in-c.html 13 18 * HARDCORE LOW-LEVEL OPTIMIZATION - http://www.agner.org/optimize/ … … 28 33 * vector math with simd - http://code.compeng.uni-frankfurt.de/projects/vc 29 34 * 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/ 30 36 31 37 * STL vs games - http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4456.pdf … … 36 42 37 43 * 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 38 50 39 51 == BIG LIST ==