Version 0 of Tcl_NewListObj

Updated 2013-08-18 14:31:39 by pooryorick

Summary

Tcl_NewListObj, a function in the Tcl C API, creates a new value that has the internal representation of a list

Description

A performance trick to pre-allocate an internal list representation of some size, i.e., 10000:

Tcl_NewListObj(10000, NULL)