形态与构图
一种流畅、工业化的几何形态,强调可扩展性、性能表现与现代工作流程。
色彩心理学
信任蓝色调代表着基础安全性、广泛的数字智能与全球可靠性。
设计元素
锋利的字符切面象征着工具栈的结构性与高性能本质。
License: CC-BY-4.0
RocksDB is a high performance embedded database for key-value data. It is a fork of Google's LevelDB optimized to exploit multi-core processors (CPUs), and make efficient use of fast storage, such as solid-state drives (SSD), for input/output (I/O) bound workloads. It is based on a log-structured merge-tree data structure. It is written in C++ and provides official language bindings for C++, C, and Java. Many third-party language bindings exist. RocksDB is free and open-source software, released originally under a BSD 3-clause license. However, in July 2017 the project was migrated to a dual license of both Apache 2.0 and GPLv2 license. This change helped its adoption in Apache Software Foundation's projects after blacklist of the previous BSD+Patents license clause.
来源:维基百科