Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D3501200BAF for ; Mon, 31 Oct 2016 13:53:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D210F160B06; Mon, 31 Oct 2016 12:53:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1201F160B08 for ; Mon, 31 Oct 2016 13:52:59 +0100 (CET) Received: (qmail 15033 invoked by uid 500); 31 Oct 2016 12:52:59 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 14742 invoked by uid 99); 31 Oct 2016 12:52:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2016 12:52:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B57CE2C0057 for ; Mon, 31 Oct 2016 12:52:58 +0000 (UTC) Date: Mon, 31 Oct 2016 12:52:58 +0000 (UTC) From: "Pascal Schumacher (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TEXT-22) LevenshteinDistance reduce memory consumption MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 31 Oct 2016 12:53:01 -0000 Pascal Schumacher created TEXT-22: ------------------------------------- Summary: LevenshteinDistance reduce memory consumption Key: TEXT-22 URL: https://issues.apache.org/jira/browse/TEXT-22 Project: Commons Text Issue Type: Improvement Reporter: Pascal Schumacher Reduce the memory consumption LevenshteinDistance by adopting this change: https://github.com/apache/commons-lang/commit/103b64a373256feae6ca85f2bf220e7694e48fa4 done for [LANG-1277] -- This message was sent by Atlassian JIRA (v6.3.4#6332)