Module dlib.container

Containers

Description

This package implements generic GC-free data containers, such as linked list, dynamic array, dictionary, etc. They are based on dlib.core.memory allocators. dlib.container is useful when writing applications with manual memory management.