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.
是否可以在 GEODE 或 Gemfire 中存储二进制数据?特别是,我想存储稀疏体素八叉树的二进制结构并使用 3D 坐标检索它们。
如果是,是否可以在 C++ 中创建客户端?
在对体素结构了解不多的情况下,我无法评论做到这一点的最佳方法。Geode/GemFire 旨在存储二进制数据。对于 C++ 客户端,您应该使用 Geode 的PDX 序列化。如果在给定已知坐标的情况下检索结构是一件简单的事情,那么 Geode 应该可以很好地工作。