https://github.com/refi64/uprocd
Accelerate app starting on Linux by caching the process in the background
https://github.com/refi64/uprocd
Last synced: about 1 year ago
JSON representation
Accelerate app starting on Linux by caching the process in the background
- Host: GitHub
- URL: https://github.com/refi64/uprocd
- Owner: refi64
- License: mpl-2.0
- Created: 2018-01-19T16:32:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T20:33:47.000Z (about 8 years ago)
- Last Synced: 2025-03-16T01:41:28.119Z (over 1 year ago)
- Language: C
- Homepage: https://refi64.com/uprocd
- Size: 202 KB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uprocd
## What is uprocd?
uprocd is a "process preloader" or "process cache" for Linux; it starts processes ahead
of time in the background, then brings forked copies to the foreground when you request
them. This means that running a command through uprocd will usually be faster than
just running it normally, since it's already been initialized.
## Want to learn more?
[Check out the website!](https://refi64.com/uprocd)