The Vector Stream library and tools allow the storage and loading of vectors (C-language raw array, not in C++ STL) to a stream (file) in a text format with an information about the vectors.
This information attached to the file greatly reduces loading cost of the file.
What's New in This Release: [ read full changelog ]
· src/gslice.cc (main): when no file name was specified, and
· lengths and strides parameter were given, gslice reads from stdin.
· src/slice.cc (main): when no file name was specified, slice
· reads from stdin.
· src/statistics.cc (main): when no file name was specified,
· statistics reads from stdin.
· src/vcat.cc (main): when no file name was specified,
· vcat reads from stdin.