This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
Vector Implementation #413
Labels
C++
Issues regarding C++ and the way it is used.
Feature Request
Request to add a feature to the application.
We need a vector implementation that acts just like
std::vector
, but resizes in chunks instead of every time stuff gets added or removed.EASTL might have this, I have not taken a look.
The text was updated successfully, but these errors were encountered: