加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
Aeron is a high-performance, low-latency messaging library designed for efficient and reliable transport over UDP unicast, UDP multicast, and Inter-Process Communication (IPC). It is ideal for high-throughput data streams and distributed systems.
Aeron is a messaging system built for performance. It provides reliable message transport over UDP and IPC, designed to handle high volumes of data with minimal delay, making it suitable for applications where speed and efficiency are critical.
Traditional messaging systems often suffer from high latency, low throughput, or insufficient reliability guarantees over network transports like UDP, particularly in demanding environments like financial trading or high-speed data processing. Aeron addresses these challenges with a focus on performance and reliability.
Achieves extremely low end-to-end latency and high throughput via kernel bypass and efficient data structures.
Provides reliable delivery semantics over unreliable transports like UDP, handling loss and reordering.
Supports efficient communication within a single machine using shared memory.
Aeron's capabilities make it suitable for various applications requiring high-speed and reliable data transport:
Distribute market data or trading signals to multiple subscribers with minimal latency and guaranteed delivery.
Enables faster trading decisions and reliable data feeds.
Efficiently send and receive large volumes of data between processes running on the same machine using shared memory.
Reduces overhead and latency compared to network-based IPC mechanisms.
Transport data from sensors or devices in IoT systems where bandwidth might be limited but reliability is required.
Provides reliable transport over potentially lossy networks like UDP.
You might be interested in these projects
This repository contains the high-performance scanner component for Greenbone Community Edition (GCE), responsible for executing vulnerability tests and collecting security insights.
NW.js is an app runtime based on Chromium and Node.js, allowing you to call all Node.js modules directly from DOM and enable a new way of writing native applications with all Web technologies.
A powerful and comprehensive JavaScript library for reading, writing, and editing Excel (.xlsx) files in Node.js and browsers. Simplifies complex spreadsheet manipulation.