Skip to content
Snippets Groups Projects
  1. Sep 08, 2019
    • Jean-Noël Avila's avatar
      optimize pre-translate script by compiling regexps · 4157a41c
      Jean-Noël Avila authored
      
      Pre-translating regexps before hand outside the loops, brings speed up
      of nearly 13%:
      
      Before:
      
      time scripts/pre-translate-po po/documentation.fr.po po/pre-translate-dictionary.fr.po
      scripts/pre-translate-po po/documentation.fr.po   0,74s user 0,02s system 99% cp
      u 0,760 total
      
      After:
      
      time scripts/pre-translate-po po/documentation.fr.po po/pre-translate-dictionary.fr.po
      scripts/pre-translate-po po/documentation.fr.po   0,64s user 0,02s system 99% cp
      u 0,659 total
      
      Signed-off-by: default avatarJean-Noël Avila <jn.avila@free.fr>
      4157a41c
  2. Aug 23, 2019
  3. Aug 15, 2019
  4. Jun 18, 2019
  5. Feb 14, 2019
  6. Jan 31, 2019
  7. Jan 28, 2019
  8. Jan 27, 2019
  9. Jan 21, 2019
  10. Jan 16, 2019
  11. Jan 14, 2019
  12. Jan 08, 2019
  13. Jan 07, 2019
Loading