Name: | fluxcapacitor |
---|---|
Version: | 0 |
Release: | 4.20180114git0b6a11b.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 78405 |
License: | MIT |
RPM: | fluxcapacitor-0-4.20180114git0b6a11b.el7.x86_64.rpm |
Source RPM: | fluxcapacitor-0-4.20180114git0b6a11b.el7.src.rpm |
Build Date: | Fri Feb 16 2018 |
Build Host: | x86-ol6-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/majek/fluxcapacitor |
Summary: | Run programs without blocking on syscalls |
Description: | Fluxcapacitor is a tool for making your program run without blocking on timeouts and on functions like poll() and select(), by spoofing POSIX time functions. Fluxcapacitor will make your program run faster and be 100% CPU constrained. It does that by "speeding up" blocking syscalls. Faking time is a necessary side effect. |