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
- Host: GitHub
- URL: https://github.com/aturon/Caper
- Owner: aturon
- Created: 2012-04-22T21:54:23.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-28T15:43:21.000Z (almost 13 years ago)
- Last Synced: 2024-07-31T04:57:35.297Z (10 months ago)
- Language: Racket
- Size: 273 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-racket-and-scheme - Caper
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