mirror of https://github.com/odrling/Aegisub
45cd713ef9
lj_str_new() had a separate fast-path and slow-path. This was bad because (a) the fast-path was complex and (b) the fast-path was actually slower than the slow-path in practice and (c) in practice it could cause confusing performance problems depending on the memory alignment of any often-reused string buffers in a program. This change specifically makes the 'life' benchmark faster and more robust to memory layout. |
||
---|---|---|
.. | ||
boost@8d02ed770b | ||
csri | ||
ffmpeg@d290bb0c54 | ||
ffms2@f3c6b008b5 | ||
fftw@d68ca6315c | ||
freetype2@51fee65583 | ||
googletest@cc0116f14a | ||
hunspell | ||
iconv | ||
icu@061be17bd5 | ||
libass@cfa1a61e39 | ||
luabins | ||
luajit | ||
uchardet@248d6dbd35 | ||
wxWidgets@d08c66fcb4 |