unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Re: [ANN] Guile-Parallel 1.0.0 released
@ 2023-01-03 16:47 dsmich
  0 siblings, 0 replies; 19+ messages in thread
From: dsmich @ 2023-01-03 16:47 UTC (permalink / raw)
  To: 'Olivier Dion'
  Cc: 'Greg Troxel', 'Maxime Devos',
	'Olivier Dion via General Guile related discussions',
	'Zelphir Kaltstahl'

> From: "Olivier Dion via General Guile related discussions" 
> On Mon, 02 Jan 2023, Olivier Dion via General Guile related
discussions  wrote:
 > On Mon, 02 Jan 2023, Greg Troxel  wrote:
> > Hmm from a description I see on Guix, libev has relative timers. I
 > > don't know if it's portable like libevent though. Will look at
both
> > thanks!

 > Well from my reading, it might be interesting to have a
guile-libev.

Nodejs ended up with a libev that does windows too: "libuv".

https://codeahoy.com/learn/libuv/ch1/#background---nodejs-libev-and-libuv

-Dale




^ permalink raw reply	[flat|nested] 19+ messages in thread
* [ANN] Guile-Parallel 1.0.0 released
@ 2022-12-31  3:55 Olivier Dion via General Guile related discussions
  2022-12-31  9:06 ` Damien Mattei
  2022-12-31 19:58 ` Zelphir Kaltstahl
  0 siblings, 2 replies; 19+ messages in thread
From: Olivier Dion via General Guile related discussions @ 2022-12-31  3:55 UTC (permalink / raw)
  To: guile-user

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




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

end of thread, other threads:[~2023-01-08 15:59 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-03 16:47 [ANN] Guile-Parallel 1.0.0 released dsmich
  -- strict thread matches above, loose matches on Subject: below --
2022-12-31  3:55 Olivier Dion via General Guile related discussions
2022-12-31  9:06 ` Damien Mattei
2022-12-31 19:58 ` Zelphir Kaltstahl
2022-12-31 20:31   ` Olivier Dion via General Guile related discussions
2023-01-02 16:13     ` Greg Troxel
2023-01-02 17:59       ` Maxime Devos
2023-01-02 20:45         ` Greg Troxel
2023-01-02 21:24           ` Olivier Dion via General Guile related discussions
2023-01-02 23:56             ` Olivier Dion via General Guile related discussions
2023-01-03 10:57               ` Damien Mattei
2023-01-03 22:06                 ` Olivier Dion via General Guile related discussions
2023-01-03 22:29                   ` Damien Mattei
2023-01-02 20:28       ` Olivier Dion via General Guile related discussions
2023-01-08 13:30     ` Zelphir Kaltstahl
2023-01-08 14:44       ` Olivier Dion via General Guile related discussions
2023-01-08 15:17         ` Zelphir Kaltstahl
2023-01-08 15:55           ` Olivier Dion via General Guile related discussions
2023-01-08 15:59             ` Zelphir Kaltstahl

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