ultimatepp/uppbox/ToDo/Core.txt
cxl 6f16085431 .uppweb
git-svn-id: svn://ultimatepp.org/upp/trunk@13069 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-05-01 12:27:31 +00:00

42 lines
890 B
Text

global new/delete overload with mingw?
ONCELOCK
Value compare / StableSort
Allocator > 64KB
CoDo
Consider refactoring void VectorReAlloc_(void *v_, int newalloc, int sizeofT) to remove division.
---------------------------------
oportunity &&
RawValueRep - PICK DEEP no more necessary, RawDeepToValue?
Fix Value::Void::Retain
Index::FirstAdd
kw.Get(r["keywordId"], String())
MoveableAndDeepCopyOption - with base should improve VectorMap sizeof
Vector/Array/Index/Map :: RemoveIf
Remove ArrayIndex
FromSystemCharset
Buffer(size_t size, const T& init) { ptr = new T[size]; Fill(ptr, ptr + size, init); }
String MD5Digest(const void *data, int length);
Remove ValueType uses
InVector::InsertN possibly incorrect (can create small blocks)
Stream& Stream::operator/(int& i) { dword w = 0; if(IsStoring()) w = i + 1; Pack(w); i = w - 1; return *this; }
CoWork pipe max_queue