The slowness of the Nim **streams** library is frustrating, but I've learned to 
avoid `FileStream`. I simply readAll() into memory and then use `StringStream`, 
where the unbuffered implementation is fine.

Reply via email to