Skip to content

Derecho-Project/zerocopy-serialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slab Allocator

Prerequisites

  • g++-8
  • cmake

Important Notes

The old implementation of the slab allocator can be found in old_slab_allocator. The new implementation (which is probably what you want) is in vector_slab_allocator

Cloning the Repository

Run git clone --recursive https://github.com/Derecho-Project/zerocopy-serialization.git. This will get the google/benchmark and Catch2 submodules.

About

Better serialization, in the mold of protobufs/capnproto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages