degski / podder

A std::vector-like type for pods with std::realloc and small vector optimization under the hood, C++17.
MIT License
1 stars 0 forks source link

Expecting Performance Benchmark Stats in Readme #1

Open kaishenwang opened 3 years ago

kaishenwang commented 3 years ago

I just came across your Podder repo on github. It is very interesting and should be useful. Can't believe no one stared it!!! I am the first one. I wonder if it is completed and how is the performance? Sorry I am not using Windows and don't have Visual Studio installed. So it may take some time for me to figure out the benchmark. (Sorry. I know I am too lazy here). It will be great if you can provide more information about the performance in the Readme. Thanks!

kaishenwang commented 3 years ago

Actually, I am more interested in the performance comparison of your version versus the std::vector over pod. It will be exciting to see if there's a big advantage on yours in case you have enough space and realloc() actually works.