nim-faststreams/tests
Jacek Sieka f26a9909ce
fix ensureRunway after delayFixedSizeWrite (fixes #28) (#51)
Instead of trying to recycle pages when creating a runway, here we
allocate a new page thus maintaining pointer stability for existing
pages.

* fix slow output copy
2024-03-09 08:28:32 +01:00
..
files Implement readInto and read(n) 2020-05-03 04:35:34 +03:00
all_tests.nim Address review comments; Add documentation; Shared buffering mechanism for input and output streams 2020-05-01 19:12:58 +03:00
base64.nim fix 32-bit timer overflow and typo in base64 error message 2022-03-17 21:13:32 +00:00
nim.cfg move `-d:nimRawSetjmp` to config.nims (#30) 2022-09-17 08:53:56 +03:00
test_inputs.nim fix multiple reads in same scope (#46) 2023-06-27 06:57:42 +00:00
test_outputs.nim fix ensureRunway after delayFixedSizeWrite (fixes #28) (#51) 2024-03-09 08:28:32 +01:00
test_pipelines.nim reduce test dependencies (#34) 2022-09-10 07:25:22 +02:00
test_pipelines.nim.cfg Expand the documentation; Clean up debugging code; Enable all tests 2020-05-05 19:20:25 +03:00
test_readme_examples.nim Address review comments; Add documentation; Shared buffering mechanism for input and output streams 2020-05-01 19:12:58 +03:00