chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] New egg: hopefully


From: Jörg F . Wittenberger
Subject: [Chicken-users] New egg: hopefully
Date: Thu, 17 Dec 2015 22:38:54 +0100
User-agent: Mozilla/5.0 (X11; Linux armv7l; rv:38.0) Gecko/20100101 Icedove/38.4.0

Hi,

I just released the "hopefully" egg:  Composable transactional memory.

API inspired by Clojure's ref's and STMX.

Currently only some record types may be used with hopefully.  Further
versions should add other mutable types.

I'd love to get feedback on the API.

https://wiki.call-cc.org/eggref/4/hopefully

Release-info and source is at
http://askemos.org/chicken-eggs/index.html
(this may be added the egg index).

Best

/Jörg

BTW: STM is usually advertised because it frees the programmer from
getting locking sequences right.  However at least the "good", low level
API appears to here be marginally (~5-10%) faster than the equivalent
code using mutexs.



reply via email to

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