Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 179 Bytes

File metadata and controls

5 lines (3 loc) · 179 Bytes

One simple implementation of std::vector and std::array.

One implementation using alignas to not construct any objects until necessary.

TODO: More usage of uninitilized memory.