An open API service indexing awesome lists of open source software.

https://github.com/aturon/Caper

Caper: concurrent and parallel extensions to Racket
https://github.com/aturon/Caper

Last synced: 21 days ago
JSON representation

Caper: concurrent and parallel extensions to Racket

Awesome Lists containing this project

README

        

Caper: concurrent and parallel extensions to Racket

Directory structure

- `core`: an implementation of [reagents](http://www.ccs.neu.edu/home/turon/reagents.pdf) both as combinators and an embedded DSL

- `data`: concurrent data structures built from reagents

- `sync`: synchronization primitives built from reagents

- `tests`: all testing code

- `bench`: benchmarking infrastructure and specific benchmarks

- `by-hand`: hand-coded versions of data structures and synchronizers, for comparison purposes