Zeilenweise
Zeilenweise is a German adverb meaning line by line or row-wise. It is formed from Zeile (line) and the suffix -weise (in the manner of). The term is used to describe actions performed on a per-line basis, such as reading, processing, or evaluating lines of text or data sequentially.
In everyday usage, zeilenweise specifies how text or data should be handled. For example, die Datei wird
In computing, zeilenweise processing is common for large files or streams because it minimizes memory usage
Related terms include spaltenweise, meaning column-wise, used to describe operations performed by columns rather than by
See also line-oriented I/O, streaming, row-wise processing, and column-wise processing.