picos icon indicating copy to clipboard operation
picos copied to clipboard

Interoperable effects based concurrency

Results 39 picos issues
Sort by recently updated
recently updated
newest added

I'm creating this issue as a general request for feedback and discussion. Feel free to add comments on Picos to this issue or open a [discussion](https://github.com/ocaml-multicore/picos/discussions). * Questions on anything...

discussion

There is always room to improve documentation. At least for me it can be very difficult to see where the documentation I've written, for code I've designed, isn't necessarily clear...

help wanted

This is useful for avoiding code bloat.

It seems that using shallow effect handlers makes things slower, as shown by the "**Picos Current**" benchmark, which currently uses an effect, without reducing memory usage, as shown by the...

This PR explores the idea of introducing initializers and finalizers for `FLS` entries. ⚠️ I'm not currently happy with this, especially the introduction of initializers, due to the costs this...