NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.64k stars 13.8k forks source link

Package request: memprof-limits #300480

Open ejgallego opened 6 months ago

ejgallego commented 6 months ago

Project description

Memprof-limits — Memory limits, allocation limits, and thread cancellation for OCaml

Memprof-limits is an implementation of (per-thread) global memory limits, (per-thread) allocation limits, and cancellation of CPU-bound threads, for OCaml. Memprof-limits interrupts a computation by raising an exception asynchronously and offers features to recover from them such as interrupt-safe resources.

This library is important for the development of OCaml interactive stuff.

Metadata

Alizter commented 6 months ago

ping @NixOS/ocaml