Skip to content

Tupperware container templates and utility library for C++

License

Notifications You must be signed in to change notification settings

PelionIoT/twlib

Repository files navigation

twlib

Tupperware container and utility library.

twlib aims to be a lightweight container and OS abstraction library for C++. It is built off ideas in the ACE library, a few features (very few) in Boost, and implementations of high performance container from various authors.

The library is built for simplicity, and code readability, while still using the most important features of C++.

twlib provides the following and more:

###Templates###

Many things such as FIFOs, hash tables and circular buffers are only templates - in that case no library build is needed.

###Building###

(only needed if using calls beyond the template library)

You will need Google sparsehash and densehash and gtest.

After cloning, take a look at the Makefile. You will need to place gtest and sparsehash in exapanded_prereqs or another directory you provide.

Then just:

    make tw_lib

###Status###

twlib is a work in progress right now, but much of the code is well tested.

Todos:

  • automated build process
  • move to libuv for cross platform support.
  • disk based hash tables

About

Tupperware container templates and utility library for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published