cmd05 / STL-List-Implementation

An custom memory safe and efficient implementation of the standard library list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STL-List-Implementation

STL List Implementation

Basic Performance Tests

$ ./a.exe 500000
std::list: 5359224 ms
list: 5368370 ms
$ ./a.exe 200000
std::list: 536497 ms
list: 487405 ms

image

About

An custom memory safe and efficient implementation of the standard library list

License:MIT License


Languages

Language:C++ 100.0%