ocaml-containers
ocaml-containers copied to clipboard
A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.
https://github.com/mjambon/ocaml-layer seems super nice to build a docker image with exactly what's needed on it (in our case: OCaml switches in `{4.03, 4.08, 4.11}` at least, with dune and the...
I had need of a topographical sort that additionally reported which edge happened to offend in the case of a cyclic graph. To get there, I added this to my...
see https://github.com/nunchaku-inria/nunchaku/blob/master/src/core/Scheduling.ml for the scheduler, futures, and popen - ~[ ] futures~ too complicated, current ones work well - [x] with_session_leader - [ ] popen (again, relies on futures?)
not much need for gen aynmore
- [ ] improve listing of modules (landing page) with their title (fix odoc?) - [ ] document on the common conventions (seq/equal/pp/…) - [ ] basic document of types...
The subject says it all.
use https://www.snellman.net/blog/archive/2016-12-13-ring-buffers/ (offset + length), should be simpler and more intuitive, especially for batch operations. See #126 for previous issues.
Could be a good alternative to `CCRingBuffer` See https://www.codeproject.com/Articles/3479/The-Bip-Buffer-The-Circular-Buffer-with-a-Twist