Skip to content

awm/s-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S-Pool

A shared memory, pool-based allocator with features for zero-copy buffer manipulation.

Documentation Status

Features

TBD

Build

S-Pool is built as a static or shared library which may then be linked into your own application.

Dependencies

TBD

Instructions

The basic steps to build for the current host platform are as follows. For more detailed instructions, see the [full documentation].

  1. Create a build directory:
    mkdir build
    cd build
  2. Generate the build files:
    cmake -G Ninja ..
  3. Build the library:
    ninja

The finished libraries will be located in build/source.

License

Copyright 2021 Andrew MacIsaac.

Licensed under the terms of the MPL-2.0.

About

A shared memory, pool-based allocator with features for zero-copy buffer manipulation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages