djbarker / containers

Custom containers written for specific tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Containers

Some custom containers I've written for various projects.

  • A multi list type structure where elements can be in more than one list at a time (akin to Boost.Intrusive)
  • A deque with fast erasing, appending and splitting (does not maintain ordering).

Disclaimer: these are in no way standards complient and were designed/written for specific tasks.

About

Custom containers written for specific tasks.


Languages

Language:C++ 100.0%