3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/tools/nix
pennae 81cf173256 nixos-render-docs: use multiprocessing for options
options processing is pretty slow right now, mostly because the
markdown-it-py parser is pure python (and with performance
pessimizations at that). options parsing *is* embarassingly parallel
though, so we can just fork out all the work to worker processes and
collect the results.

multiprocessing probably has a greater benefit on linux than on darwin
since the worker spawning method darwin uses is less efficient than
fork() on linux. this hasn't been tested on darwin, only on linux, but
if anything darwin will be faster with its preferred method.
2023-02-18 13:17:57 +01:00
..
alejandra
cached-nix-shell
dnadd
info treewide: use lib.optionals 2023-02-14 19:11:59 +01:00
manix
nar-serve
nix-init nix-init: 0.1.0 -> 0.1.1 2023-02-06 15:51:57 -05:00
nix-output-monitor
nix-query-tree-viewer
nix-script
nix-store-gcs-proxy
nixdoc
nixel
nixos-generators
nixos-install-tools
nixos-option
nixos-render-docs nixos-render-docs: use multiprocessing for options 2023-02-18 13:17:57 +01:00
nixpkgs-fmt
nixpkgs-hammering nixpkgs-hammering: init at unstable-2022-11-15 2023-01-21 11:26:21 -05:00
npins
rnix-hashes
statix