-
Okay, quite a hack, but much faster:
2010-01-05 15:00:26 UTC in DocBook
-
"gentext.template" is still causing the biggest speed penalty. Hardcoding language to "en" helps. I am now experimenting with a local copy of "gentext.template". I get a little speed up when I disable the lookups on the current document (local.localization.node, local.context.node, local.template.node).
What I don't get yet is why I do need to keep the parts that lookup from "common/l10n.xml".
2010-01-05 10:32:11 UTC in DocBook
-
ensonic committed revision 2674 to the Buzztard Music Production Environment SVN repository, changing 3 files.
2009-12-24 12:20:19 UTC in Buzztard Music Production Environment
-
My last comment was nonsense. This override works and brings same speedup.
en
Of course it is still translating, which I'd like to avoid.
2009-12-22 15:42:13 UTC in DocBook
-
I have put this to my customization right now:
and I get a speed-up from 4.4 sec to 3.4 sec!
2009-12-21 21:36:07 UTC in DocBook
-
I like to disable i18n of my docbook xslt. The documents are english api docs, there are no translations and l10n.language is top in the xsltproc --profile output
number match name mode Calls Tot 100us Avg
0 gentext.template 3256 163817 50
1 l10n.language 1984 101624...
2009-12-21 13:26:52 UTC in DocBook
-
As we use sections comments, we can simplify the -sections.txt files.
2009-12-19 21:20:19 UTC in Buzztard Music Production Environment
-
Thanks for the report. Some of the shown plugins are not useful to be used as a source. I will think of a way to blacklist some (e.g. memoryaudiosrc). I don't get any crashes with the latest svn. It would be great if you could try running your installed version as below and attach the output here:
> gdb buzztard-edit
run
...
(make it crash :) )
bt
0 ...
1 ...
(send me that backtrace)
2009-12-17 09:53:36 UTC in Buzztard Music Production Environment
-
make CFLAGS+="-DGSEAL_ENABLE" clean all
about-dialog.c: In function ‘bt_about_dialog_init_ui’:
about-dialog.c:149: error: ‘GtkDialog’ has no member named ‘vbox’
use gtk_dialog_get_content_area() instead.
2009-12-17 09:44:34 UTC in Buzztard Music Production Environment
-
ensonic committed revision 2673 to the Buzztard Music Production Environment SVN repository, changing 5 files.
2009-12-15 23:16:16 UTC in Buzztard Music Production Environment