/
GraphTreeHeap
/
museumdb2
Обзор
Документация
Войти
/
GraphTreeHeap
/
museumdb2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
cache/cache_entry_roles.h
20 строк
586 B
Peter Dillinger
Major Cache refactoring, CPU efficiency improvement (#10975)
12 янв 2023, 01:20
12 янв 2023, 01:20
9f7801c
Код
Авторство
О чём код?
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). #pragma once #include <array> #include <cstdint> #include "rocksdb/cache.h" namespace ROCKSDB_NAMESPACE { extern std::array<std::string, kNumCacheEntryRoles> kCacheEntryRoleToCamelString; extern std::array<std::string, kNumCacheEntryRoles> kCacheEntryRoleToHyphenString; } // namespace ROCKSDB_NAMESPACE