aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorsina <sina@snix.ir>2022-07-30 15:26:52 +0430
committersina <sina@snix.ir>2022-07-30 15:26:52 +0430
commit3449c5feab5d27bf395c12a5ad68396412a28577 (patch)
treeaa9125bc395392cce55a47124fb57778b5b034b0 /Readme.md
parent1069671a171b0fb1a6029534873c3e17dc6e3255 (diff)
size chunk
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 889ef55..2d50f7e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -13,9 +13,9 @@ with associated io chunk and io stream interfaces.
### io interfaces:
-- **chunkReader**: read and open() data in chunks, there is 4byte + 16byte overhead per chunk. read data can be used safely. this reader has a chunk size in-memory buffer, large chunk size can make application to runs out of memory, thus this is most suitable for sliced data, like network data transmit and so..
+- **chunkReader**: read and open() data in chunks, there is 2byte + 16byte overhead per chunk. read data can be used safely. this reader has a chunk size in-memory buffer, large chunk size can make application to runs out of memory, thus this is most suitable for sliced data, like network data transmit and so..
-- **chunkReader**: seal() and write data in chunks, there is 4byte + 16byte overhead per chunk. this writer has a chunk size in-memory buffer, large chunk size can make application to runs out of memory, thus this is most suitable for sliced data, like network data transmit and so..
+- **chunkReader**: seal() and write data in chunks, there is 2byte + 16byte overhead per chunk. this writer has a chunk size in-memory buffer, large chunk size can make application to runs out of memory, thus this is most suitable for sliced data, like network data transmit and so..
<p align="center">
<img src="https://git.snix.ir/rabaead/plain/chunkio.png" alt="chunkio"/>
</p>

Snix LLC Git Repository Holder Copyright(C) 2022 All Rights Reserved Email To Snix.IR