libhppcrt-java

High Performance Primitive Collections RealTime

This is a fork of HPPC from CarrotSearch. This fork intends to follow the original HPPC as close as possible while adding, tweaking, and even modifiying some features, for the goal of improving HPPC realtime behaviour. Most of the internal modifications were done to effectively remove any temporary Objects creation at runtime, provided the containers are correctly pre-sized initially.

gdc-arc-linux-gnu

GNU D compiler (based on GCC) for the arc architecture

This is the GNU D compiler, which compiles D on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.

php-symfony-web-link

manage links between resources

The Symfony WebLink Component manages links between resources. It is particularly useful to advise clients to preload and prefetch documents through HTTP and HTTP/2 pushes.

gm2-14-x86-64-linux-gnu

GNU Modula-2 compiler for the x86_64-linux-gnu architecture

This is the GNU Modula-2 compiler for the x86_64-linux-gnu architecture, which compiles Modula-2 on platforms supported by gcc. It uses the gcc backend to generate optimised code.

python3-slepc4py-real3.19

Python 3 bindings for SLEPc 3.19 libraries (real numbers)

SLEPc is the Scalable Library for Eigenvalue Problem Computations.

node-graceful-fs

drop-in replacement improving the Node.js fs module

node-graceful-fs module normalizes behavior across different platforms and environments, and makes filesystem access more resilient to errors: * queues up open and readdir calls, and retries them once something closes if there is an EMFILE error from too many file descriptors. * fixes lchmod for Node versions prior to 0.6.2 * implements fs.lutimes if possible. Otherwise it becomes a noop. * ignores EINVAL and EPERM errors in chown, fchown or lchown if the user isn't root. * makes lchmod and lchown become noops, if not available. * retries reading a file if read results in EAGAIN error.