nickpelling / C_STD

C implementation of the standard container library
MIT License
18 stars 1 forks source link

Make iterator constructors inline functions #56

Closed nickpelling closed 5 months ago

nickpelling commented 5 months ago

All iterator code should be inlined!

nickpelling commented 5 months ago

This is a good idea, but it's still a bit of a premature optimisation. So... closed (for now).