Antal Alin

Results 4 comments of Antal Alin

this isn't doing anything, now we just log the error twice

I did some comparison to node-sqlite3 by myself first of all, synchronous calls should be avoided in a web server just because fs.writeFile is slower than fs.writeFileSync it doesn't mean...

with fs.writeFile not only you can **write** multiple files but you are also not **blocking** the main thread and this is the most important; my tests looks something like this:...

you can do the same with node-sqlite3, they support prepare as well; I understand these improvements but they are not a real use-case and there is no point to improve...