guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] Guile-Parallel 1.0.0 released


From: Damien Mattei
Subject: Re: [ANN] Guile-Parallel 1.0.0 released
Date: Sat, 31 Dec 2022 10:06:28 +0100

interesting, yesterday i just succed in setting up a // code with Guile
that use OpenMP, i will post it in a separate thread.
Damien

On Sat, Dec 31, 2022 at 4:55 AM Olivier Dion via General Guile related
discussions <guile-user@gnu.org> wrote:

> Hi Guilers,
>
> I'm happy to announce the first release of guile-parallel.  A library
> that offers primitives for parallelization of your programs.
>
> Project page: <https://git.sr.ht/~old/guile-parallel>
>
> List of features:
>
>  - Userspace threads (jobs schedulers)
>
>  - Safe dynamic-wind for all types of threads (kernel and userspace)
>
>  - sleep, usleep and nsleep for all types of threads
>
>  - (ice-9 atomic) extensions, e.g. atomic counters
>
>  - (ice-9 q) wrapper, i.e. safe for all types of threads
>
>  - Barriers à la Pthread
>
>  - Condition variables, mutexes and semaphores for kernel and userspace
>    threads
>
>  - Parallel vector-map vector-count, vector-sort, vector-map-reduce
>
> Next features:
>
>  - Asynchronous I/O
>
>  - Channels à la Go with a select syntax (maybe?)
>
> If there're interests, usages or requests for it, please let me know!  I
> might add it to Guix if some find it useful.
>
> Regards,
> old
>
> --
> Olivier Dion
> oldiob.dev
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]