A TCL extension that implements typed arrays and lowers memory usage.
- TArray
- Version :0.6 Alpha
- License :BSD License
- OS :Windows All
- Publisher :Ashok P. Nadkarni
TArray Description
TArray is a lightweight TCLÂ extension that you can use to implement typed arrays into your applications. Its main purpose is to optimize memory usage when processing large data sets.
Typed arrays are designed to store elements in their native format. With the help of TArray, the operation speed of some tasks can be significantly increased.