dangmoody / HLML

Auto-generated maths library for C and C++ based on HLSL/Cg
24 stars 1 forks source link

Completely Remove the STL from the codebase #9

Closed dangmoody closed 5 years ago

dangmoody commented 5 years ago

Generation time has been almost halved (from ~270ms to ~140ms). Using a linear allocator and a C-style string builder.

Everything's OK on Travis.