Update module-structure doc

This commit is contained in:
Harendra Kumar 2024-07-22 03:06:35 +05:30
parent d05e37767c
commit a83cf2f202

View File

@ -143,6 +143,12 @@ See "Streamly.Data.Parser" module.
## Arrays
<!-- TODO Add pinning and unpinning examples
See the
[streamly-bytestring](https://github.com/psibi/streamly-bytestring)
repository.
-->
While streams are meant for sequential processing of in-flight data, arrays
are meant for storing data in memory with serial or random access. Processing
of the data stored by arrays is done using streams.