* futures.h, futures.c: New files; Introduced recycling of
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 23 Jan 2003 16:13:13 +0000 (16:13 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 23 Jan 2003 16:13:13 +0000 (16:13 +0000)
commit6b468ba449cbd2db62f62e4b6f8bb584b4dff96e
tree604d9a11cea0ab28e21b347585146888e4be6b25
parent756414cf2c781aee4207de3961d7c7e678931a70
* futures.h, futures.c: New files; Introduced recycling of
futures.  For fine-grained threading this lifts performance to
another level.  We can now use parallelization in inner loops of
Guile programs without impossible overhead.
libguile/futures.c [new file with mode: 0644]
libguile/futures.h [new file with mode: 0644]