aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorsina <sina@snix.ir>2022-07-27 20:27:00 +0430
committersina <sina@snix.ir>2022-07-27 20:27:00 +0430
commitb89f608ed071e5d58ea5e84b333aea79e501f265 (patch)
tree06206c0eb580df5972430aa6d519f2145a50e4ff /Readme.md
parentdaae0a6bd64e36254ed3ee8d0b37f62298ca36ab (diff)
change chunk size
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 ecadf1f..889ef55 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 8byte + 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 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**: seal() and write data in chunks, there is 8byte + 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 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..
<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