An open API service indexing awesome lists of open source software.

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

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)