Sproglet / oversight

Oversight Jukebox for Popcorn Hour 1 and 2 series. Original code by Lordy.
1 stars 0 forks source link

[GUI]: Find a String Library to use in C Source #394

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For better performance (avoiding strlen etc).

Needs some analysis of actual performance gain vs effort.

Oversight does a lot of string concatenation , so a quick win on a few
critical bits may be better than wholesale implementation of the string
library.

This is best done after next major release.

Original issue reported on code.google.com by lordylo...@gmail.com on 7 Jun 2010 at 3:35

GoogleCodeExporter commented 9 years ago

Original comment by lordylo...@gmail.com on 8 Jun 2010 at 8:37