dsully (AT) svn (DOT) slimdevices.com blurted out:
> Author: dsully
> Date: 2005-08-05 12:06:16 -0700 (Fri, 05 Aug 2005)
> New Revision: 3875
>
> Modified:
> trunk/server/Slim/Buttons/BrowseDB.pm
> trunk/server/Slim/Control/Command.pm
> trunk/server/Slim/DataStores/Base.pm
> trunk/server/Slim/DataStores/DBI/DBIStore.pm
> trunk/server/Slim/DataStores/DBI/DataModel.pm
> Log:
> Bug: 399
> Description: Optimizations:
>
> *) Use Storable to generate our findKey - faster and less code.
> @@ -242,33 +243,8 @@
> + my $findKey = Storable::freeze($args);
YAML::Save() could also be used for this. No idea how the two compare
for memory/processor usage.
Results 1 to 3 of 3
Threaded View
-
2005-08-06, 13:38 #1
- Join Date
- Jun 2005
- Posts
- 393
[Slim-Checkins] r3875 - in trunk/server/Slim:Buttons Control DataStores DataStores/DBI