kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

Address UTF8Encoding performance issues #71

Closed kellyethridge closed 3 years ago

kellyethridge commented 3 years ago

The UTF8Encoding.GetBytes(Ex) methods have an abysmal performance most likely due to the usage of GoSub. This needs to be re-implemented without such hackery.