0
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
Stormwind 01c1f97750 Drop entries in storage, if more than new length 2015-04-25 15:48:45 +02:00
Stormwind 808e8972b5 Concatunate storages into new storage
Now we cat add new data to the old storage, which returns a new storage
containg first the new data and then the old data.
Plus a test for this, because it's not implemented now.
2015-03-14 10:29:15 +01:00
Stormwind 7e53960271 Load Storage 2015-02-23 21:57:05 +01:00
Stormwind 6702a58851 Add a storage
This storage should contain the weighted data, before it it's used in the
output classes. So we can create a timeline.
Plus we have a nice place to store the weighted data.
2015-02-23 21:54:01 +01:00