Opentk/Source
Stefanos A ca5a5b4d16 Reduce temporary string allocations
Instead of modifying the name of an OpenGL symbol on the managed side,
before copying it to the unmanaged side, we perform the modification
directly on the unmanaged side. This reduces the total amount of
allocations in OpenTK by ~30% (673496 bytes in 10750 objects compared
to 930272 bytes in 15243 objects before this modification.)
2013-12-05 11:20:58 +01:00
..
Bind Implemented manual marshaling of string parameters 2013-12-04 22:32:56 +01:00
Build.UpdateVersion Normalized line endings 2013-10-11 01:58:54 +02:00
Compatibility Generate debug symbols in release builds 2013-12-05 09:13:50 +01:00
Converter Added MonoDevelop artifacts 2013-11-27 00:05:26 +01:00
Examples Generate debug symbols in release builds 2013-12-05 09:13:50 +01:00
GLControl Setup correct class style for OpenGL 2013-11-16 22:38:17 +01:00
OpenTK Reduce temporary string allocations 2013-12-05 11:20:58 +01:00
OpenTK.Rewrite Added debug arguments in release builds 2013-12-05 09:14:13 +01:00