From c85323bfa0f9029f03a219ccad3d59044a7d022c Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Wed, 8 Apr 2015 01:47:57 +0200 Subject: [PATCH] docs: Add memory improvements --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b8f4f530..3f195ff1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,11 @@ Models - Added type checks and other sanity checks to model construction and 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 + reuse instances. For the test data set this was developed against, a library + of ~14000 tracks, went from needing ~75MB to ~17MB. (Fixes: :issue:`348`) + Internal changes ----------------