Skip to content

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

License

Notifications You must be signed in to change notification settings

cmd05/STL-List-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages