nixpkgs/pkgs
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
..
applications terraform-providers.vault: 3.12.0 → 3.13.0 2023-02-18 21:52:29 +10:00
build-support Revert "setup-hooks/reproducible-builds.sh: NIX_OUTPATH_USED_AS_RANDOM_SEED" (#216935) 2023-02-18 11:33:13 +01:00
common-updater
data Merge pull request #194817 from somasis/nasin-nanpa 2023-02-17 11:48:47 +01:00
desktops Merge pull request #216586 from bobby285271/fix/pantheon-clutter-cleanup 2023-02-18 10:50:26 +08:00
development Merge pull request #216881 from fabaff/fortiosapi-fix 2023-02-18 12:47:54 +01:00
games Merge pull request #216543 from SuperSandro2000/dont-run-cppcheck-linter 2023-02-17 11:18:33 -03:00
misc kitty-themes: 2022-08-11 -> 2023-01-08 2023-02-17 15:00:19 +01:00
os-specific mmc-utils: unstable-2022-11-09 -> unstable-2023-02-09 2023-02-16 05:46:59 +00:00
pkgs-lib
servers Merge pull request #216194 from Kiskae/patch-4 2023-02-18 09:47:12 +00:00
shells nix-your-shell: 1.0.2 -> 1.1.0 2023-02-16 11:48:45 -08:00
stdenv treewide: use lib.optionals 2023-02-14 19:11:59 +01:00
test
tools nixos-render-docs: use multiprocessing for options 2023-02-18 13:17:57 +01:00
top-level Merge pull request #215984 from fabaff/ciscoconfparse-bump 2023-02-18 12:40:05 +01:00