diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 11:25:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 11:25:38 +0100 |
| commit | c2eaddc457b27f181725b9f8dfcd97aa9fdbc82d (patch) | |
| tree | 0b7f5b91317f11bc05348f714cd3ca72c7cc6494 /doc/requirements/BufferedStream.md | |
| parent | 54340d14d5231c4756800a327b54ec285cb7662a (diff) | |
[FEAT] Buffered and Unbuffered stream types.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc/requirements/BufferedStream.md')
| -rw-r--r-- | doc/requirements/BufferedStream.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/requirements/BufferedStream.md b/doc/requirements/BufferedStream.md new file mode 100644 index 00000000..1ac01a0f --- /dev/null +++ b/doc/requirements/BufferedStream.md @@ -0,0 +1,19 @@ +# BufferedStream + +## Abstract: + +One type that has to satisfy a BufferedStream operator and type. + +## Rationale: + +- HPC systems. +- I/O systems. +- HFT systems. + +## Example: + +```cpp +BStream<BOperator, BType>; +``` + +BOperator must not flush at all times, but have the option to. |
