buffer (sysutils/buffer) Add to my watchlist
Reblocking buffer for tape writesThis is a program designed to speed up writing tapes. The program splits itself into two processes. The first process reads (and reblocks) from stdin into a shared memory buffer. The second writes from the shared memory buffer to stdout. Doing it this way means that the writing side effectly sits in a tight write loop and doesn't have to wait for input. Similarly for the input side. It is this waiting that slows down other reblocking processes, like dd.
Version: 1.19 License: GPL-2
GitHub
Statistics for selected duration
2025-Nov-03 to 2025-Dec-03
No stats available for this selection.
Try changing the range of days. Alternatively visit statistics page to have an overall look at the submitted statistics.