How fast are JS generators when used as iterators?
To be clear, I see the for..of loop being very slow compared to a plain for or while loop when used on arrays. Is it because the for..of loop is inherently slow or because the iterator behind it is slow?
I've been using /x/postgres for almost a year but I see that /x/postgresjs has been updated more recently (and I've seen some articles use it here and there). Does it have any advantage over /x/postgres?