hydra/src/lib/Hydra
Eelco Dolstra 2d1cf73974 Speed up channel processing
In particular the /pkg action is now O(lg n) instead of O(n) in the
number of packages in the channel, and listing the channel contents
no longer requires calling isValidPath() on all packages.

Derivations (and thus build time dependencies) are no longer included
in the channel, because they're not GC roots.  Thus they could
disappear unexpectedly.
2012-03-12 20:47:30 +01:00
..
Base/Controller Speed up channel processing 2012-03-12 20:47:30 +01:00
Controller Speed up channel processing 2012-03-12 20:47:30 +01:00
Helper Speed up channel processing 2012-03-12 20:47:30 +01:00
Model * Move everything up one directory. 2009-03-05 13:41:57 +00:00
Schema Evaluator cleanups 2012-03-12 20:47:29 +01:00
Script Use CatalystX::Script::Server::Starman 2011-11-22 16:44:32 +01:00
View Use the new Nix Perl bindings 2011-11-30 15:25:28 +01:00
Schema.pm Keep track of the database schema version 2011-12-05 14:29:29 +01:00