When statistical software reads a "raw" character format data file consisting of ASCII or EBCDIC characters, it must read each byte in sequence.
当统计软件读取一个以ascii或EBCDIC为格式的原始数据文件时,必须照着顺序一个一个字节地读取。
EDIT: the dataset I'm processing is huge, the raw unsorted dataset doesn't fit on my hard disk. I'm streaming it byte per byte and processing it.
编辑:我处理的数据是巨大的,原始的未分类的数据集不适合我的硬盘。我流了字节每字节处理它。
EDIT: the dataset I'm processing is huge, the raw unsorted dataset doesn't fit on my hard disk. I'm streaming it byte per byte and processing it.
编辑:我处理的数据是巨大的,原始的未分类的数据集不适合我的硬盘。我流了字节每字节处理它。
应用推荐