-
Piping an infinite Readable to an infinite Writable and using `setImmediate` to yield to the event loop every time, I get:
- ~25K objects/second when piping directly
- ~15K objects/second when piping …
-
This is problem which seems to be known, I even found videos on the internet, but it does not seem to be the subject of any open bug reports.
The problem is that there is a significant delay of 1 - …
-
Node Version: v0.10.23
Mysql Version: 5.5.34-0ubuntu0.12.10.1
Package Version: 2.1.3
![422b64c4-704b-11e3-86d3-80a0bacd3a06](https://f.cloud.github.com/assets/1920007/1830305/100b4cf6-7335-11e3-8315-…
-
Using node v0.6.2
http://pastebin.com/sdV8qBDQ is what strace gives me.
http://pastebin.com/H4Sf87Kt is my code. I don't think there is anything in there that could be doing an infinite loop that'd…
-
1. Salt doesn't need to be secret.
2. You don't want to use ECB mode. http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Electronic_codebook_.28ECB.29
-
Hi,
I've been working with largish CSV files (> 10K lines), and speed is getting to be a critical priority.
I grabbed the latest quicklisp distro of cl-csv, and despite all my type assertions in SBC…