System Requirements
- OS: Microsoft Windows or Linux
With the exponential growth in size of geometric data, it is becoming increasingly important to make effective use of multilevel caches, limited disk storage, and bandwidth. In this direction, data compression has been widely studied. However, most of prior techcniques mainly focus on high compression ratio since they are targeting for sequential transmission or archival of data.
OpenRACM is a library to compute random-accessible compressed meshes and provide general mesh access API for triangle meshes. OpenRACM can drastically reduce the disk requirement and can be used for many applications. Moreover, OpenRACM can even improve the performance of runtime applications.
OpenRACM constructs random-accessble compressed triangle meshes, which can be used for runtime applications without decompressing the whole mesh. Moreover, OpenRACM library provides a general mesh access API. Through the API, user can tranparently access the compressed meshes without application-level data management. OpenRACM compresses an input mesh in the order that triangles appear in the mesh. Although OpenRACM does not require any specific a layout of an input mesh, cache-oblivious mesh layouts is the particular choice for the input mesh layout, since cache-oblivious mesh layouts show the best performance for I/O performance, compression ratio, cache utilization, and runtime performance of applications.
Please refer to the documentation for details regarding the API and the contents of the distribution.
OpenRAM has following features:
Keywords: mesh compression, random access, mesh access API, I/O performance, cache coherence, order-presering compression, cache-oblivious layouts
This homepage is not sanctioned, supported by DoE, UC, and LLNL, nor reflects their opinions.