beman-project / inplace_vector

Beman.InplaceVector: A dynamically-resizable vector with fixed capacity and embedded storage
Other
6 stars 6 forks source link

Enhanced unit tests from original reference implementation #4

Open JeffGarland opened 2 months ago

JeffGarland commented 2 months ago

The original godbolt implementation did have a battery of tests which we could port here to improve the current test suite. You can find them here: https://godbolt.org/z/878Mq7neh

wusatosi commented 16 hours ago

Oh here is the reference implementation! I was looking for this!

wusatosi commented 16 hours ago

I will work on porting this