Mike Fedosin 7ac7bb092c Optimize 'get_artifact_type' from ArtifactRegistry
Now to get an artifact type object by its name we iterate
by all available classes and compare their names. It leads
to complexity O(n).

It's better to generate a dict of available types and get
them directly from there with complexity O(1).

Change-Id: Icc13cd6f844bc93c8d5a80ba963068cde3ef133e
2017-10-11 23:03:34 +03:00
2017-02-28 18:47:27 +03:00
2017-09-21 21:59:13 +03:00
2017-07-03 18:16:11 +05:30
2016-08-05 18:59:44 +03:00
2016-08-05 18:59:44 +03:00
2017-08-10 01:07:08 -07:00
2016-08-02 12:54:54 +03:00
2016-08-05 18:59:44 +03:00
2017-04-01 15:23:26 +00:00
2017-07-05 03:39:22 -04:00

Glare

Glare (from GLare Artifact REpository) is a service that provides access to a unified catalog of structured meta-information as well as related binary data (these structures are also called 'artifacts').

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

Description
Artifact Repository (Glare)
Readme 4.5 MiB
Languages
Python 98.7%
Shell 1.2%
Mako 0.1%