Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate switch from STL to EASTL #5

Open
domme opened this issue May 27, 2020 · 0 comments
Open

Evaluate switch from STL to EASTL #5

domme opened this issue May 27, 2020 · 0 comments
Assignees
Labels

Comments

@domme
Copy link
Owner

domme commented May 27, 2020

The EASTL is generally considered to be a better fit for high-performance applications such as games and renderers than the STL. However, at this point, we already have some select specialized containers. The main thing missing is a kind of "hybrid array" that could replace many/all usages of static and dynamic arrays since the avg. number of elements is usually known in most places.

@domme domme added the question label May 27, 2020
@domme domme self-assigned this May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant