You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nlpcraft.apache.org by "Sergey Makov (Jira)" <ji...@apache.org> on 2020/07/01 11:49:00 UTC

[jira] [Created] (NLPCRAFT-87) Probe start-up time improvements.

Sergey Makov created NLPCRAFT-87:
------------------------------------

             Summary: Probe start-up time improvements.
                 Key: NLPCRAFT-87
                 URL: https://issues.apache.org/jira/browse/NLPCRAFT-87
             Project: NLPCraft
          Issue Type: Improvement
          Components: probe
            Reporter: Sergey Makov
            Assignee: Sergey Makov


Here are some candidates to optimize:

 - NCNumericManager ~ 700ms - Review the initial loading of cached values and reduce the amount of string concatenation/rewriting/trimming operations
 - NCNlpCoreManager ~ 1500ms - Try not to use {{runtimeMirror}} of Scala reflections as it takes most of the initialization time
 - NCDictionaryManager ~ 700ms - Review loading of dictionaries from files



--
This message was sent by Atlassian Jira
(v8.3.4#803005)