|
Upstream:
* Use native libev rather than the one bundled with upstream (no
libfiber-specific changes have been applied there anyway).
* Use the `dist` scheduler rather than `wsd` (work-stealing): the latter
schedules fibers in a rather bizarre way (keeps jumping back and forth
between the last to fibers created, and never schedules any of the
others). This may require further investigation.
Downstream:
* Fix license information: it's ISC.
* Install headers and pkgconf files as well.
* Add gitignore file to ignore build artifacts (except package files).
|