ocaml-containers icon indicating copy to clipboard operation
ocaml-containers copied to clipboard

A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.

Results 40 ocaml-containers issues
Sort by recently updated
recently updated
newest added

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...

help_wanted

cc @aspiwack

enhancement
help_wanted

documentation
easy
help_wanted

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?)

enhancement
api issue

- [ ] improve listing of modules (landing page) with their title (fix odoc?) - [ ] document on the common conventions (seq/equal/pp/…) - [ ] basic document of types...

documentation

The subject says it all.

enhancement
api issue
long term

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.

enhancement
long term

Could be a good alternative to `CCRingBuffer` See https://www.codeproject.com/Articles/3479/The-Bip-Buffer-The-Circular-Buffer-with-a-Twist

enhancement
long term