<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile/guile-fibers, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/guile/guile-fibers/atom?h=master</id>
<link rel='self' href='http://cgit.wugi.info/guile/guile-fibers/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/'/>
<updated>2017-08-17T09:01:13Z</updated>
<entry>
<title>Merge pull request #14 from craigmaloney/master</title>
<updated>2017-08-17T09:01:13Z</updated>
<author>
<name>Andy Wingo</name>
<email>wingo@pobox.com</email>
</author>
<published>2017-08-17T09:01:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=b86405a2f8daaee3c5d2fcd1b6cefd8e9543c703'/>
<id>urn:sha1:b86405a2f8daaee3c5d2fcd1b6cefd8e9543c703</id>
<content type='text'>
Substitute @math for @sub, typo fixes</content>
</entry>
<entry>
<title>Substitute @math for @sub, typo fixes</title>
<updated>2017-08-16T21:19:26Z</updated>
<author>
<name>Craig Maloney</name>
<email>craig@decafbad.net</email>
</author>
<published>2017-08-16T21:19:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=eb0e3c6d387d9ffaf48544d6134f902de7fb30e2'/>
<id>urn:sha1:eb0e3c6d387d9ffaf48544d6134f902de7fb30e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Garbage collect synchronized items from channels put/get queues.</title>
<updated>2017-08-10T19:13:12Z</updated>
<author>
<name>Christopher Allan Webber</name>
<email>cwebber@dustycloud.org</email>
</author>
<published>2017-08-10T19:06:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=0fa1fd6adf9980229a46956503a6bf36e8154a78'/>
<id>urn:sha1:0fa1fd6adf9980229a46956503a6bf36e8154a78</id>
<content type='text'>
* fibers/conditions.scm (make-counter, %steps-till-gc, counter-decrement!)
(counter-reset!): Moved to new module, counter.scm.
* fibers/counter.scm: New file.  Rename `%steps-till-gc' to
`%countdown-steps'.
* Makefile.am: Add counter.scm.
* fibers/channels.scm (&lt;channel&gt;, make-channel): Add new slots
`getq-gc-counter' and `putq-gc-counter'.
(put-operation, get-operation): Garbage collect synchronized items
from queues.
* fibers/deque.scm (dequeue-filter, dequeue-filter!): New procedures.
</content>
</entry>
<entry>
<title>Update copyright headers, adding Chris Webber where appropriate.</title>
<updated>2017-08-10T16:48:08Z</updated>
<author>
<name>Christopher Allan Webber</name>
<email>cwebber@dustycloud.org</email>
</author>
<published>2017-08-10T16:48:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=932f92cefbdad09bcaeb2e1e7bb4b95bc80c8d72'/>
<id>urn:sha1:932f92cefbdad09bcaeb2e1e7bb4b95bc80c8d72</id>
<content type='text'>
* fibers/conditions.scm:
* fibers/stack.scm: Update copyright headers.
</content>
</entry>
<entry>
<title>Add guix.scm file for easy development environments.</title>
<updated>2017-08-07T01:59:55Z</updated>
<author>
<name>Christopher Allan Webber</name>
<email>cwebber@dustycloud.org</email>
</author>
<published>2017-08-07T01:59:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=eb2fdb99713ed95422e21ef4c457e91e1d1b23df'/>
<id>urn:sha1:eb2fdb99713ed95422e21ef4c457e91e1d1b23df</id>
<content type='text'>
`guix environment -l guix.scm' and go!
You can also do `guix build -f guix.scm' to test that the package builds.

* guix.scm: New file.
</content>
</entry>
<entry>
<title>Removing accidental inclusion of example's previous timing.</title>
<updated>2017-08-06T17:01:39Z</updated>
<author>
<name>Christopher Allan Webber</name>
<email>cwebber@dustycloud.org</email>
</author>
<published>2017-08-06T17:01:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=dfedc3b951df10e3f262ae62e325c24e6452513f'/>
<id>urn:sha1:dfedc3b951df10e3f262ae62e325c24e6452513f</id>
<content type='text'>
* fibers.texi: Removing previous timing output.
</content>
</entry>
<entry>
<title>Update speed measurement for ping-pong test</title>
<updated>2017-08-06T13:40:19Z</updated>
<author>
<name>Andy Wingo</name>
<email>wingo@pobox.com</email>
</author>
<published>2017-08-06T13:40:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=7b137d3e0dc12bfbb31a61b15a42aa60ab345239'/>
<id>urn:sha1:7b137d3e0dc12bfbb31a61b15a42aa60ab345239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix concurrency bug in memcached server</title>
<updated>2017-08-06T13:40:04Z</updated>
<author>
<name>Andy Wingo</name>
<email>wingo@pobox.com</email>
</author>
<published>2017-08-06T13:40:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=b836fad883a0a0fc9d543e86d3da8fe956b98e8d'/>
<id>urn:sha1:b836fad883a0a0fc9d543e86d3da8fe956b98e8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lighten up fibers by installing "catch" in scheduler</title>
<updated>2017-08-06T13:30:49Z</updated>
<author>
<name>Andy Wingo</name>
<email>wingo@pobox.com</email>
</author>
<published>2017-08-06T13:30:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=84addfbfc69e7dea63c4b9b08656d052043bcecf'/>
<id>urn:sha1:84addfbfc69e7dea63c4b9b08656d052043bcecf</id>
<content type='text'>
This takes the load off of each fiber and speeds things up.
</content>
</entry>
<entry>
<title>Fix typo in schedule-task-when-fd-writable</title>
<updated>2017-08-06T13:27:43Z</updated>
<author>
<name>Andy Wingo</name>
<email>wingo@pobox.com</email>
</author>
<published>2017-08-06T13:27:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/guile/guile-fibers/commit/?id=539ef80203293436fef3db9dfd7af92ab5e37158'/>
<id>urn:sha1:539ef80203293436fef3db9dfd7af92ab5e37158</id>
<content type='text'>
</content>
</entry>
</feed>
