We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d45868 commit 20585dfCopy full SHA for 20585df
README.md
@@ -4,7 +4,7 @@
4
# obatcher
5
OCaml design framework for building batch-parallel "services". Based
6
on ["Concurrent structures made
7
-easy"](https://www.conference-publishing.com/download.php?Event=OOPSLAB24MAIN&Paper=23c3e926862612a7e34e440df3bba1&Version=final)
+easy"](https://koonwen.github.io/assets/pdf/concurrent-structures-made-easy.pdf)
8
study. Whilst the paper was written with a focus on batched **data
9
structures**, it is discovered that the mechanism can be generalized
10
to work on any type of "service" which stand to benefit from
0 commit comments