Skip to content

dlib.container

Timur Gafarov edited this page Mar 16, 2020 · 4 revisions

dlib.container

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.

Modules

Clone this wiki locally