Core primitives for use by the Vkit vector engine ================================================= Rev 0.12: Also allow variable name instead of channel for mmap Rev 0.11: Folded into the Vkit project Rev 0.10: Initial release This package defines "mmap" for support of read-only memory-mapped files, and an "mvec" command which encapsulates indexed access to a variety of vector formats (such as 1/2/4/8/16/32/64-bit ints, 32/64-bit floats, as well as the reverse-endian encoding of these). For details about this package (which is work-in-progress), see: http://mini.net/tcl/2487.html http://mini.net/tcl/2489.html