Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ocaml-multicore/picos issues and pull requests

#329 - Add another example using the lock-free hash table

Pull Request - State: closed - Opened by polytypic 9 days ago

#328 - Reduce memory use of external reference counting

Pull Request - State: closed - Opened by polytypic 9 days ago

#327 - Add an example of a randomized lock-free bag

Pull Request - State: closed - Opened by polytypic 9 days ago

#326 - Adjust logo color

Pull Request - State: closed - Opened by polytypic 17 days ago

#325 - Add `P I C O S` logo

Pull Request - State: closed - Opened by polytypic 17 days ago

#324 - Fix `picos_std` package to depend on `picos_aux`

Pull Request - State: closed - Opened by polytypic 17 days ago

#323 - Make sure tests on OCaml-CI tests pass on Windows

Pull Request - State: closed - Opened by polytypic 17 days ago

#322 - Release notes for 0.6.0

Pull Request - State: closed - Opened by polytypic 17 days ago

#321 - Add bounded blocking `Stack`

Pull Request - State: open - Opened by polytypic 17 days ago

#320 - Refine the `Awaitable` abstraction

Pull Request - State: closed - Opened by polytypic 25 days ago

#319 - Fix the documentation of `Fiber.FLS.create`

Pull Request - State: closed - Opened by polytypic 27 days ago

#318 - Add a note about the use cases of `Trigger.from_action`

Pull Request - State: closed - Opened by polytypic about 1 month ago

#317 - Add missing and useful ops to hash table

Pull Request - State: closed - Opened by polytypic about 1 month ago

#316 - Use `Countdown` from `multicore-bench`

Pull Request - State: closed - Opened by polytypic about 1 month ago

#316 - Use `Countdown` from `multicore-bench`

Pull Request - State: closed - Opened by polytypic about 1 month ago

#315 - Make sure `sherlodoc` is installed when updating docs

Pull Request - State: closed - Opened by polytypic about 1 month ago

#315 - Make sure `sherlodoc` is installed when updating docs

Pull Request - State: closed - Opened by polytypic about 1 month ago

#314 - Add `Awaitable` atomic locations

Pull Request - State: closed - Opened by polytypic about 1 month ago

#313 - Move libraries to top for quicker navigation

Pull Request - State: closed - Opened by polytypic about 1 month ago

#313 - Move libraries to top for quicker navigation

Pull Request - State: closed - Opened by polytypic about 1 month ago

#312 - And more tweaks to improve code size and performance

Pull Request - State: closed - Opened by polytypic about 1 month ago

#312 - And more tweaks to improve code size and performance

Pull Request - State: closed - Opened by polytypic about 1 month ago

#311 - And tweak more for performance

Pull Request - State: closed - Opened by polytypic about 1 month ago

#311 - And tweak more for performance

Pull Request - State: closed - Opened by polytypic about 1 month ago

#310 - Further tweak fast paths when (a)waiting or peeking computations

Pull Request - State: closed - Opened by polytypic about 1 month ago

#310 - Further tweak fast paths when (a)waiting or peeking computations

Pull Request - State: closed - Opened by polytypic about 1 month ago

#309 - Another performance tweak

Pull Request - State: closed - Opened by polytypic about 1 month ago

#309 - Another performance tweak

Pull Request - State: closed - Opened by polytypic about 1 month ago

#308 - Use `picos.ocaml5.ml` on OCaml 5 and generate `picos.ml` on OCaml 4

Pull Request - State: closed - Opened by polytypic about 1 month ago

#308 - Use `picos.ocaml5.ml` on OCaml 5 and generate `picos.ml` on OCaml 4

Pull Request - State: closed - Opened by polytypic about 1 month ago

#307 - More performance tweaks

Pull Request - State: open - Opened by polytypic about 1 month ago

#306 - Minor performance tweaks

Pull Request - State: closed - Opened by polytypic about 1 month ago

#305 - Tweak conditionals with CAS

Pull Request - State: closed - Opened by polytypic about 1 month ago

#305 - Tweak conditionals with CAS

Pull Request - State: closed - Opened by polytypic about 1 month ago

#304 - Use dune to build picos core as a single file

Pull Request - State: closed - Opened by polytypic about 1 month ago

#303 - Try `cpu_relax` while yielding to keep domain running

Pull Request - State: closed - Opened by polytypic about 1 month ago - 1 comment

#303 - Try `cpu_relax` while yielding to keep domain running

Pull Request - State: closed - Opened by polytypic about 1 month ago - 1 comment

#302 - Add `Picos_std_sync.Queue`

Pull Request - State: open - Opened by polytypic about 1 month ago

#301 - Plug compiler generated space leaks in `Bundle`

Pull Request - State: closed - Opened by polytypic about 2 months ago

#301 - Plug compiler generated space leaks in `Bundle`

Pull Request - State: closed - Opened by polytypic about 2 months ago

#300 - Tweaks to reduce space usage

Pull Request - State: open - Opened by polytypic about 2 months ago

#299 - A motivating example of structured concurrency

Pull Request - State: closed - Opened by polytypic about 2 months ago

#299 - A motivating example of structured concurrency

Pull Request - State: closed - Opened by polytypic about 2 months ago

#298 - Note that canceling a promise does await for the fiber

Pull Request - State: closed - Opened by polytypic about 2 months ago

#298 - Note that canceling a promise does await for the fiber

Pull Request - State: closed - Opened by polytypic about 2 months ago

#297 - Further tweaks to reduce stack usage

Pull Request - State: closed - Opened by polytypic about 2 months ago

#297 - Further tweaks to reduce stack usage

Pull Request - State: closed - Opened by polytypic about 2 months ago

#296 - Bench `(Bundle|Flock).join_after` memory usage

Pull Request - State: closed - Opened by polytypic about 2 months ago

#296 - Bench `(Bundle|Flock).join_after` memory usage

Pull Request - State: closed - Opened by polytypic about 2 months ago

#295 - Also retry `socketpair` on `EINVAL` on Windows

Pull Request - State: closed - Opened by polytypic about 2 months ago

#295 - Also retry `socketpair` on `EINVAL` on Windows

Pull Request - State: closed - Opened by polytypic about 2 months ago

#294 - Tweak to reduce stack usage of structured fibers

Pull Request - State: closed - Opened by polytypic about 2 months ago

#294 - Tweak to reduce stack usage of structured fibers

Pull Request - State: closed - Opened by polytypic about 2 months ago

#293 - Include stack usage in memory usage benchmark

Pull Request - State: closed - Opened by polytypic about 2 months ago

#293 - Include stack usage in memory usage benchmark

Pull Request - State: closed - Opened by polytypic about 2 months ago

#292 - Tweak to reduce CPU stack usage of finalizers

Pull Request - State: closed - Opened by polytypic about 2 months ago

#292 - Tweak to reduce CPU stack usage of finalizers

Pull Request - State: closed - Opened by polytypic about 2 months ago

#291 - Build core on 4.12

Pull Request - State: closed - Opened by polytypic about 2 months ago

#291 - Build core on 4.12

Pull Request - State: closed - Opened by polytypic about 2 months ago

#290 - Note and test that certain operations are not cancelable

Pull Request - State: closed - Opened by polytypic about 2 months ago

#290 - Note and test that certain operations are not cancelable

Pull Request - State: closed - Opened by polytypic about 2 months ago

#289 - Optimize mutex and semaphore for speed on low contention

Pull Request - State: closed - Opened by polytypic about 2 months ago

#289 - Optimize mutex and semaphore for speed on low contention

Pull Request - State: closed - Opened by polytypic about 2 months ago

#288 - Add priority based scheduler example

Pull Request - State: open - Opened by polytypic about 2 months ago

#287 - Also retry `socketpair` on `ENOENT` on Windows

Pull Request - State: closed - Opened by polytypic about 2 months ago

#287 - Also retry `socketpair` on `ENOENT` on Windows

Pull Request - State: closed - Opened by polytypic about 2 months ago

#286 - Avoid `Fun.protect`, because it doesn't know about cancelation

Pull Request - State: closed - Opened by polytypic about 2 months ago

#286 - Avoid `Fun.protect`, because it doesn't know about cancelation

Pull Request - State: closed - Opened by polytypic about 2 months ago

#285 - Add `lastly` as a safer alternative to `Fun.protect`

Pull Request - State: closed - Opened by polytypic about 2 months ago

#285 - Add `lastly` as a safer alternative to `Fun.protect`

Pull Request - State: closed - Opened by polytypic about 2 months ago

#284 - Change `poison` to `poison_at` and add `poison` with `?callstack`

Pull Request - State: closed - Opened by polytypic about 2 months ago

#284 - Change `poison` to `poison_at` and add `poison` with `?callstack`

Pull Request - State: closed - Opened by polytypic about 2 months ago

#283 - Add `run_main`

Pull Request - State: closed - Opened by polytypic about 2 months ago

#283 - Add `run_main`

Pull Request - State: closed - Opened by polytypic about 2 months ago

#282 - Add an example running Lwt and FIFOs in a single program

Pull Request - State: closed - Opened by polytypic about 2 months ago

#282 - Add an example running Lwt and FIFOs in a single program

Pull Request - State: closed - Opened by polytypic about 2 months ago

#281 - Number of alive fibers need not be atomic in FIFO scheduler

Pull Request - State: closed - Opened by polytypic about 2 months ago

#281 - Number of alive fibers need not be atomic in FIFO scheduler

Pull Request - State: closed - Opened by polytypic about 2 months ago

#280 - Forbid cancelation propagation during `release`

Pull Request - State: closed - Opened by polytypic 2 months ago

#280 - Forbid cancelation propagation during `release`

Pull Request - State: closed - Opened by polytypic 2 months ago

#279 - Also retry socketpair on `EACCES`

Pull Request - State: closed - Opened by polytypic 2 months ago

#279 - Also retry socketpair on `EACCES`

Pull Request - State: closed - Opened by polytypic 2 months ago

#278 - Add an example running a program with sample schedulers

Pull Request - State: closed - Opened by polytypic 2 months ago

#278 - Add an example running a program with sample schedulers

Pull Request - State: closed - Opened by polytypic 2 months ago

#277 - Require multicore-bench 0.1.5 with better error handling

Pull Request - State: closed - Opened by polytypic 2 months ago

#277 - Require multicore-bench 0.1.5 with better error handling

Pull Request - State: closed - Opened by polytypic 2 months ago

#276 - Replace Uri workaround with dependency on Angstrom

Issue - State: open - Opened by polytypic 2 months ago

#276 - Replace Uri workaround with dependency on Angstrom

Issue - State: open - Opened by polytypic 2 months ago

#275 - Remove unnecessary use of `Obj.magic ()`

Pull Request - State: closed - Opened by polytypic 2 months ago

#275 - Remove unnecessary use of `Obj.magic ()`

Pull Request - State: closed - Opened by polytypic 2 months ago

#274 - Add `FLS.remove`

Pull Request - State: closed - Opened by polytypic 2 months ago

#273 - Add an actor model implementation example

Pull Request - State: open - Opened by polytypic 2 months ago

#272 - Test, just in case, that there are no FD leaks

Pull Request - State: closed - Opened by polytypic 2 months ago

#271 - Work around Uri not being thread safe

Pull Request - State: closed - Opened by polytypic 2 months ago

#270 - Use the new `Computation.peek_exn` when computation is completed

Pull Request - State: closed - Opened by polytypic 2 months ago

#269 - Attempt to work around `Unix.socketpair` issue on Win32

Pull Request - State: closed - Opened by polytypic 2 months ago

#269 - Attempt to work around `Unix.socketpair` issue on Win32

Pull Request - State: closed - Opened by polytypic 2 months ago

#268 - Add a hello server example using cohttp

Pull Request - State: open - Opened by polytypic 2 months ago

#267 - Raise proper error when select has not been configured

Pull Request - State: closed - Opened by polytypic 2 months ago

#266 - Test cross scheduler wakeup

Pull Request - State: closed - Opened by polytypic 3 months ago