unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Aleix Conchillo Flaqué" <aconchillo@gmail.com>
To: guile-user <guile-user@gnu.org>
Subject: Fibers 1.1.0 released
Date: Mon, 31 Jan 2022 10:27:30 -0800	[thread overview]
Message-ID: <CA+XASoX8y4X9Nv03qX8SW+1e+n=TY_=uy78eRUtx+r0xG+746Q@mail.gmail.com> (raw)

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


             reply	other threads:[~2022-01-31 18:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-31 18:27 Aleix Conchillo Flaqué [this message]
2022-01-31 19:09 ` Fibers 1.1.0 released Vivien
2022-01-31 19:31   ` Aleix Conchillo Flaqué
2022-02-01 15:43   ` Chris Vine
2022-02-01 13:15 ` Dr. Arne Babenhauserheide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+XASoX8y4X9Nv03qX8SW+1e+n=TY_=uy78eRUtx+r0xG+746Q@mail.gmail.com' \
    --to=aconchillo@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).