Skip to content
forked from v3io/accelio

IO, Message, and RPC Acceleration Library

License

Notifications You must be signed in to change notification settings

redlicha/accelio

This branch is 3 commits ahead of v3io/accelio:development.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

426eafa · Nov 25, 2024
Jan 17, 2023
Oct 31, 2016
Jan 17, 2023
Jan 17, 2023
Oct 6, 2013
Apr 12, 2015
Jan 17, 2023
Nov 25, 2024
Jan 17, 2023
Jul 19, 2020
Apr 26, 2015
Jun 9, 2014
Sep 17, 2013
Sep 17, 2013
Sep 17, 2013
May 28, 2015
Sep 17, 2013
Jun 10, 2014
Sep 17, 2013
Jan 18, 2016
Oct 2, 2013
Jun 16, 2015
Jul 11, 2017
Jan 18, 2016
Apr 18, 2016
Mar 19, 2020

Repository files navigation

Accelio – Open-Source IO, Message, and RPC Acceleration Library

What is Accelio?

Accelio provides an easy-to-use, reliable, scalable, and high performance data/message delivery middleware that maximizes the efficiency of modern CPU and NIC hardware and that reduces time-to-market of new scale-out applications.

Who can take advantage of it?

Developers interested in a highly efficient, high-performance reliable messaging implementations for applications such as clustering, scale-out block/file/object storage, BigData and NoSQL applications, fast message bus, etc’

Key Features and Capabilities:

  • Simple and abstract API for application developers focused on high-performance asynchronous communication APIs
  • Reliable message delivery (end-to-end)
  • Request/Reply (Transaction) or Send/Receive models
  • Connection and resource abstraction to max scalability and availability
  • Zero copy data delivery, with optional built-in memory management
  • Designed to maximize the benefits of RDMA, hardware offloads, and multi-core CPUs and multi-threaded applications
  • Supports multiple transport options (RDMA, TCP, Shared-Memory, etc.)
  • Integration with common event loop mechanisms (epoll, libevent, ACE, etc.)
  • Fast event notifications, optional busy wait polling, or combined models for lowest message latency
  • Native support for service and storage clustering/scale-out
  • Message combining and batch message processing optimization

To understand more details about the code structure and various examples see the README file

Managed as a modular Open-Source project, Accelio can be extended with new functionality, new transport implementations or services, and further stability and performance optimizations, which can be implemented by a broad group of developers.

The project web site (accelio.org) is currently under construction

What is the library’s status?

The library is under development

About

IO, Message, and RPC Acceleration Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.2%
  • Shell 4.3%
  • M4 2.3%
  • Makefile 1.1%
  • Other 1.1%