Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-3557

Improve fuzzy analysis speed

    XMLWordPrintable

Details

    • Critical
    • Internal fuzzy speeded up by omitting flushing memory on each segment update in t5memory

    Description

      Some time ago it was implemented that with every update request t5memory saves the TM to the disk, except a parameter is send with the update request, that tells it, not to do so.
      So for internal fuzzy analysis we are sending an update request after each fuzzy request. This means, that for every segment that we analyse the TM is saved to the disk. This of course slows down the analysis dramatically. And we do not need to save the internal fuzzy TM at all to the disk.

      What needs to be done send flag "save2disk": "0", when sending update requests to t5memory during an internal fuzzy analysis.

      Attachments

        Activity

          People

            leonkiz Leon Kiz
            leonkiz Leon Kiz
            Thomas Lauria
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: