Skip to content

client library and daemon for zero-copy circular-queue memory buffers

License

Notifications You must be signed in to change notification settings

Matthew-Jemielity/ionize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a work in progress, missing makefiles and a lot of infrastrucucture.

In this project:
- plasma is a library to be used by clients,
- ionized is daemon responsible for memory management, implementing circular buffers.
- filament is a basic client-server implementation using sockets, for ionized

Clients request memory allocation from the daemon, which then passes a uid for access to that memory.
On linux shared memory will be used. Android will utilize ion.
By default ionized will use filament with ZeroMQ backend. If wanted new backend can be written, as long as it conforms to filament API.

About

client library and daemon for zero-copy circular-queue memory buffers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages