diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ for text streams. * **`pw` is tiny:** it is a little over 2000 lines of C in a single source file, compiling to an executable of around 32 kilobytes. + (Except on MacOS, where an additional file called `macpoll.c` is + compiled and linked in, because MacOS's `poll` function does not work with + devices such as TTYs, only pipes and sockets.) * **`pw` requires a very low amount of RAM:** Given inputs with typical line lengths, and 24 line snapshots, `pw` it needs less than 64 kilobytes of RAM |