|
I suggested something very much like this some time ago. Only feedback was the overhead of storing an extra integer (size) in each table (which imho is usually zero overhead since most allocators are sufficiently course-grained this is lost in the allocation). The big advantage to me is that it’s 100% backward compatible .. if you dont use manual length you get existing behavior. —Tim |