RubyGems Navigation menu

by 1.0.0

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.5 KB)
  2. 1.0.0 - February 07, 2023 (12.5 KB)

Development 依赖 (2):

业主:

推送:

作者:

  • Jeremy Evans

SHA 256 校验和:

27e2670f3aa91ce6a93563fca0a2cf3751ebd915642d3257b2c20d9608e823a8

下载总量 921

这个版本 378

许可:

MIT

需要的 Ruby 版本: >= 2.6

链接: