unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Fibers 1.1.0 released
@ 2022-01-31 18:27 Aleix Conchillo Flaqué
  2022-01-31 19:09 ` Vivien
  2022-02-01 13:15 ` Dr. Arne Babenhauserheide
  0 siblings, 2 replies; 5+ messages in thread
From: Aleix Conchillo Flaqué @ 2022-01-31 18:27 UTC (permalink / raw)
  To: guile-user

Hi all,

On behalf of the Fibers team, I am very excited to announce Fibers 1.1.0.

Fibers is a lightweight concurrency facility for Guile that supports
non-blocking
input and output, millions of concurrent threads, and Concurrent
ML-inspired communication primitives. For more information, see the web
version of the manual at:

  https://github.com/wingo/fibers/wiki/Manual

It's been a while since the last Fibers release back in 2017. This new
release includes a series of bug fixes and documentation improvements that
have been lying in the repository for a while. There are more pull requests
and improvements still in the repo and the hope is to start taking care of
them and address any issues very soon. Another main goal for this year is
to complete the support for other non-epoll backends (kqueue, libevent) so
more platforms can run Fibers.

The 1.1.0 tarball can be found here:


https://github.com/wingo/fibers/releases/download/v1.1.0/fibers-1.1.0.tar.gz

Its SHA256 sum is:

  a06698a3a41b608d5b3d3b46561cb4607d0f228d5c6c7fa12b2e420a751a1fd3
 fibers-1.1.0.tar.gz

* Changes since 1.0.0

- Destroy peer schedulers when returning from run-fibers.
- Handle EPOLLHUP like EPOLLERR.
- Don't use deprecated types scm_t_uint64 and scm_t_int64.
- Garbage collect synchronized items from channels queues.
- Added guix.scm for local development.
- Improve fibers performance by installing "catch" in scheduler instead of
in the fiber itself.
- Rebased fibers on top of lighter-weight "tasks".
- Garbage collect old condition waiters.
- Multiple documentation fixes and improvements.
- Added benchmarks.
- Support Guile 3.0 compilation.

Happy Hacking!

Aleix


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-01 15:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 18:27 Fibers 1.1.0 released Aleix Conchillo Flaqué
2022-01-31 19:09 ` Vivien
2022-01-31 19:31   ` Aleix Conchillo Flaqué
2022-02-01 15:43   ` Chris Vine
2022-02-01 13:15 ` Dr. Arne Babenhauserheide

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).