RubyGems Navigation menu

by 1.0.1

by is a library preloader for ruby designed to speed up process startup. It uses a client/server approach, where the server loads the libraries and listens on a UNIX socket, and the client connects to that socket to run processes. For each client connection, the server forks a worker process, which uses the current directory, stdin, stdout, stderr, and environment of the client process. The worker process then processes the arguments provided by the client. The client process waits until the worker process closes the socket, which the worker process attempts to do right before it exits.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0.1 - February 09, 2023 (12.5KB)
  2. 1.0.0 - February 07, 2023 (12.5KB)

所有者:

プッシュ者:

作者:

  • Jeremy Evans

SHA 256チェックサム:

771236626cb9cffcb8a82ac8d5309970e1df53212d37fe6a0e71c31ce947a0f9

累計ダウンロード数 903

このバージョンのみ 532

ライセンス:

MIT

必要なRubyのバージョン: >= 2.6

リンク: