Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

objarray is a special type of Tcl_Obj to handle efficiently (in memory and cpu) arrays of basic numeric types at Tcl level.
This package was developed at CIMNE (www.cimne.com ) mainly for GiD (http://www.gidsimulation.com), but is is implemented as an independent tcl package that can be used by other applications

To use it must , it should be loaded load with

Code Block
package require objarray 

Tcl_Obj objects automatically do internal conversion between strings and its special type and vice-versa, this facilitate its use.

...