You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/06/03 10:58:15 UTC

[uima-ruta] branch UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta updated (e1a5774 -> a1e635e)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch UIMA-6231-Reducing-memory-pressure-generated-by-UIMA-Ruta
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from e1a5774  [UIMA-6231] introducing new static cache for reusing Pattern objects in REGEXP and RegExpRule - reimplementation - moved to new package - fixed logic in test -> cleanup
     add a1e635e  [UIMA-6231] introducing new static cache for reusing Pattern objects in REGEXP and RegExpRule

No new revisions were added by this update.

Summary of changes:
 .../apache/uima/ruta/cache/PatternCacheKey.java    | 33 ++++++++-------
 .../apache/uima/ruta/cache/RutaPatternCache.java   | 47 ++++++++++++++++------
 .../uima/ruta/cache/RutaPatternCacheTest.java      | 10 ++++-
 3 files changed, 61 insertions(+), 29 deletions(-)