/
githubmirror
/
fastlane
Обзор
Документация
Войти
/
githubmirror
/
fastlane
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
match/lib/match.rb
17 строк
602 B
Vitalii Budnik
[match] add caching layer to significantly improve performance by up to 100x (#21694)
14 дек 2023, 16:37
Не верифицирован
14 дек 2023, 16:37
a3715d6
Код
Авторство
О чём код?
require_relative 'match/options' require_relative 'match/runner' require_relative 'match/nuke' require_relative 'match/utils' require_relative 'match/table_printer' require_relative 'match/generator' require_relative 'match/setup' require_relative 'match/spaceship_ensure' require_relative 'match/change_password' require_relative 'match/migrate' require_relative 'match/importer' require_relative 'match/storage' require_relative 'match/encryption' require_relative 'match/module' require_relative 'match/portal_cache' require_relative 'match/portal_fetcher' require_relative 'match/profile_includes'