Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为中小型(几千条记录)大小的数据库编写缓存。数据以非 sqlite 格式存储在磁盘上。
C++ 容器将允许类型安全,而我怀疑 SQL 数据库可能会有更快、更容易的搜索和索引。
sqlite 和 C++ 容器在性能、易于实现等方面如何比较?