Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate hapijs/items to 2.0.0 from 1.1.1 #479
Comments
This comment has been minimized.
This comment has been minimized.
missed a space in the title ;) |
This comment has been minimized.
This comment has been minimized.
@hueniverse thoughts on switching to https://www.npmjs.com/package/fastparallel which is faster than items and also a v2 ? |
This comment has been minimized.
This comment has been minimized.
Hmm. For lab I really don't care. This module already comes with a gigantic pile of crap. For hapi I need to study it closer. When we first wrote items it was equal in performance to async. Looks like it got slower now (or others got faster). If the code looks good, I'll see if we should borrow the code we need or just switch over. |
This comment has been minimized.
This comment has been minimized.
Would we continue to use items for serial calls, or move to fastserial? I personally really like the simplicity of the implementation/API of items, and would prefer to adapt it slightly if we could get comparable speed. |
No description provided.