git-svn-id: svn://ultimatepp.org/upp/trunk@9583 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-03-08 08:19:00 +00:00
parent aa34c1e986
commit a89f80e4f3
4 changed files with 298 additions and 558 deletions

View file

@ -112,7 +112,7 @@ CONSOLE_APP_MAIN
Syx("7z a u:/upload/upp-mingw-" + Filter(version, FilterVersion) + ".7z"
" " + upptmp + " -r -mx -m0fb=255 -mf=off");
DeleteFolderDeep(upptmp + "/bin/tdm64");
DeleteFolderDeep(upptmp + "/bin/mingw64");
Syx("7z a u:/upload/upp-win-" + Filter(version, FilterVersion) + ".7z"
" " + upptmp + " -r -mx -m0fb=255 -mf=off");
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,50 @@
topic "memmove for concrete types";
[ $$0,0#00000000000000000000000000000000:Default]
[{_}%EN-US
[s0; Archetypal benchmark&]
[s0; &]
[s0; memmove for concrete types&]
[s0; &]
[s0; clone, altered pick semantics&]
[s0; &]
[s0; INT`_MAX elements is enough&]
[s0; &]
[s0; Ignoring allocators and out`-of`-memory, copy/move constructors
never throw&]
[s0; &]
[s0; inplace creation&]
[s0; &]
[s0; String needs to be optimized and different from WString&]
[s0; &]
[s0; Value&]
[s0; &]
[s0; Value needs to be `'low integrated`'&]
[s0; &]
[s0; ToString and well behaved concrete types, Null&]
[s0; &]
[s0; Node containers suck (performance wise)&]
[s0; &]
[s0; Shared pointers suck (performance wise and architecture wise)&]
[s0; &]
[s0; Real world requires indices&]
[s0; &]
[s0; Index&]
[s0; &]
[s0; Zero tolerance of heap bugs&]
[s0; &]
[s0; Allocator returns REAL allocated space&]
[s0; &]
[s0; Bad habit of reducing verbosity (and adding operators)&]
[s0; &]
[s0; Allocator is fast&]
[s0; &]
[s0; Comparing composite types&]
[s0; &]
[s0; CombineCompare&]
[s0; &]
[s0; Streams optimizations&]
[s0; &]
[s0; LOGs&]
[s0; &]
[s0; Why IDE `- packages&]
[s0; ]]

View file

@ -82,10 +82,6 @@ TOPIC("comparison$en-us")
#include "comparison$en-us.tppi"
END_TOPIC
TOPIC("comparison$fr-fr")
#include "comparison$fr-fr.tppi"
END_TOPIC
TOPIC("contribweb$ca-es")
#include "contribweb$ca-es.tppi"
END_TOPIC