ports/benchmarks/ipc-bench/pkg-descr
Olivier Cochard 9b1521f733 benchmarks/ipc-bench: Add new port
Benchmarks for various inter-process-communication (IPC) methods.

Sponsored by:	Netflix
2024-03-08 23:51:08 +01:00

3 lines
219 B
Text

Benchmarks for various inter-process-communication (IPC) methods:
ZeroMQ, TCP socket (tcp), domain socket (domain), named pipes (fifo), signal,
memory mapped file (mmap), message queues (mq), pipe, shared memory (shm).