Skip to content

A std::vector while expanding allocates a new buffer and copies the existing elements into the new buffer. This implementation is an attempt towards eliminating that overhead and maintain a similar level of performance

Notifications You must be signed in to change notification settings

Indra5196/NoCopyVector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

About

A std::vector while expanding allocates a new buffer and copies the existing elements into the new buffer. This implementation is an attempt towards eliminating that overhead and maintain a similar level of performance

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published