From e8303c9402fb6f0c828f3891a9d2a5e731e515ad Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 9 Aug 2015 23:42:35 +0200 Subject: [PATCH] docs: intern -> interned --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1c5f5332..5e89af53 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -81,7 +81,7 @@ Models serialization. (Fixes: :issue:`865`) - Memory usage for models has been greatly improved. We now have a lower - overhead per instance by using slots, intern identifiers and automatically + overhead per instance by using slots, interned identifiers and automatically reuse instances. For the test data set this was developed against, a library of ~14.000 tracks, went from needing ~75MB to ~17MB. (Fixes: :issue:`348`)