Sign in Sign up
rubygems

by

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.

Activity

Latest release
1y ago
Total releases
3
Cadence
~11 months
Last 12 months
0

Details

License
MIT
First release
Feb 07, 2023
Releases
Version Released
1.1.0 minor
1.0.1 patch
1.0.0 initial