unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Fibers 1.3.0 released
@ 2023-05-30  0:23 Aleix Conchillo Flaqué
  2023-05-30 16:02 ` Aleix Conchillo Flaqué
  0 siblings, 1 reply; 2+ messages in thread
From: Aleix Conchillo Flaqué @ 2023-05-30  0:23 UTC (permalink / raw)
  To: guile-user

Hi,

On behalf of the Fibers team, I am pleased to announce Fibers 1.3.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

The most exciting change in this release is the replacement of the PSQ
timer queue for a new timer wheel implementation. Thank you Andy! You can
find some details here https://github.com/wingo/fibers/pull/84.

The 1.3.0 tarball can be found here:


https://github.com/wingo/fibers/releases/download/v1.3.0/fibers-1.3.0.tar.gz

Its SHA256 sum is:

  569b742dbab5680a9a0bcd70843787dabb713c0cc02eb7f594767d762f65503e
 fibers-1.3.0.tar.gz

* Changes since 1.2.0

- Replace PSQ timer queue with new timer wheel.
- Fix libevent cross-compilation issues.
- Always define (getaffinity) and (setaffinity) if not found.
- Rename 'scm_pipe2' to 'scm_fibers_pipe2' to fix a build error with
Guile 3.0.9.
- Fix bit-vector deprecation warnings.

Happy Hacking!

Aleix


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

* Re: Fibers 1.3.0 released
  2023-05-30  0:23 Fibers 1.3.0 released Aleix Conchillo Flaqué
@ 2023-05-30 16:02 ` Aleix Conchillo Flaqué
  0 siblings, 0 replies; 2+ messages in thread
From: Aleix Conchillo Flaqué @ 2023-05-30 16:02 UTC (permalink / raw)
  To: guile-user

Quick fix for Darwin platforms:

a5e1a9c49c0efe7ac6f355662041430d4b64e59baa538d2b8fb5ef7528d81dbf
 fibers-1.3.1.tar.gz

https://github.com/wingo/fibers/releases/download/v1.3.1/fibers-1.3.1.tar.gz

Aleix


On Mon, May 29, 2023 at 5:23 PM Aleix Conchillo Flaqué <aconchillo@gmail.com>
wrote:

> Hi,
>
> On behalf of the Fibers team, I am pleased to announce Fibers 1.3.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
>
> The most exciting change in this release is the replacement of the PSQ
> timer queue for a new timer wheel implementation. Thank you Andy! You can
> find some details here https://github.com/wingo/fibers/pull/84.
>
> The 1.3.0 tarball can be found here:
>
>
> https://github.com/wingo/fibers/releases/download/v1.3.0/fibers-1.3.0.tar.gz
>
> Its SHA256 sum is:
>
>   569b742dbab5680a9a0bcd70843787dabb713c0cc02eb7f594767d762f65503e
>  fibers-1.3.0.tar.gz
>
> * Changes since 1.2.0
>
> - Replace PSQ timer queue with new timer wheel.
> - Fix libevent cross-compilation issues.
> - Always define (getaffinity) and (setaffinity) if not found.
> - Rename 'scm_pipe2' to 'scm_fibers_pipe2' to fix a build error with
> Guile 3.0.9.
> - Fix bit-vector deprecation warnings.
>
> Happy Hacking!
>
> Aleix
>


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

end of thread, other threads:[~2023-05-30 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30  0:23 Fibers 1.3.0 released Aleix Conchillo Flaqué
2023-05-30 16:02 ` Aleix Conchillo Flaqué

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).