c-promise icon indicating copy to clipboard operation
c-promise copied to clipboard

Comparison with other libs

Open webknjaz opened this issue 4 years ago • 2 comments

Hey, it'd be great to see how this library compares with other promise cancellation implementations. In particular, I'm interested in the difference with http://bluebirdjs.com/docs/api/cancellation.html. I think it could be useful to have some sort of a comparison table in the README.

webknjaz avatar Apr 05 '21 13:04 webknjaz

@webknjaz Yes, for sure. I've thought about that, but it's not easy to find an expressive/concise way to do this without scaring off potential users with unnecessary details. Readme already looks too complicated, so seems I should make the comparison table and quickstart section and move the rest into separate .md documents.

DigitalBrainJS avatar Apr 06 '21 00:04 DigitalBrainJS

@webknjaz Done. Check it out https://github.com/DigitalBrainJS/c-promise/tree/master#comparison-table

DigitalBrainJS avatar Apr 14 '21 14:04 DigitalBrainJS