python3-flake8-cognitive-complexity

flake8 plugin that validates cognitive complexity

Cognitive complexity is an analog of cyclomatic complexity, it measures how difficult it is to understand a piece of code.

libunix-errno-ocaml

errno variant that includes a variety of constructors

An errno variant similar to Unix.error but including POSIX 2008, Linux, OS X, and FreeBSD constructors. A macro definition type is also provided in order to transport a specific errno-integer map as is the case with FUSE or 9p2000.u. The types and their functions reside in Errno and are independent of any Unix bindings. This makes the library's types usable from MirageOS on top of Xen.

libstarpu-contrib-1.3-9

Task scheduler for heterogeneous multicore machines

StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible.

libfastrtps2.7

C++ library for the Real Time Publish Subscribe protocol

This package is part of eProsima FastDDS. RTPS is the wire interoperability protocol defined for the Data Distribution Service (DDS) standard by the Object Management Group (OMG).

libkotlinx-atomicfu-java

AtomicFU - Idiomatic atomic operations in Kotlin

AtomicFU is a library that provides the idiomatic and effective way of using atomic operations in Kotlin: Code it like a boxed value, but run it efficiently as java.util.concurrent.atomic.AtomicXxxFieldUpdater. Kotlin-specific extensions (e.g. inline loop, update, updateAndGet functions), atomic arrays, user-defined extensions on atomics and locks.

libgnuradio-pdu3.10.3

gnuradio streaming protocol library

Protocol Data Units library provides signal processing blocks that operate on Protocol Data Unit format messages. Many such blocks are analogs of streaming API functionality. Part of the main gnuradio build.