Aegisub/libaegisub
Thomas Goyne 2de95818db Use ICU directly for character counting
ICU docs say not to create a new break iterator each time as
boost.locale does, and in fact creating the break iterator is about 90%
of the run time of the character counter, so use ICU directly and cache
the break iterator.
2014-04-18 20:11:38 -07:00
..
ass Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
common Use ICU directly for character counting 2014-04-18 20:11:38 -07:00
include/libaegisub Move character count stuff to libaegisub 2014-04-18 20:11:38 -07:00
osx Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
unix Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
windows Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00
Makefile Move character count stuff to libaegisub 2014-04-18 20:11:38 -07:00
lagi_pre.h Kill config.h and just force-include acconf.h in non-pch builds 2014-04-16 08:11:37 -07:00