Skip to content

Aca-S/hashed-array-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashed Array Tree

A more memory efficient implementation of the std::vector collection, as proposed by Edward Sitarski in his article in the 1996. September issue of Doctor Dobb's journal.

The implementation supports most of the std::vector operations, usage of iterators, as well as the usage of custom memory allocators. The entirety of the implementation is hosted in the hat_vector.hpp header file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published