TorcDB icon indicating copy to clipboard operation
TorcDB copied to clipboard

TorcDB: A Low-Latency Graph Database on RAMCloud

Results 4 TorcDB issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to run this project, but when I was building RamCloud, I entered "make j8 DEBUG=no" and received the following error: ![image](https://github.com/PlatformLab/TorcDB/assets/88783257/dd4972b8-9c3a-4dbc-8db6-375dcbf357e5) This seems to be related...

Hi, I get the below error, while trying to initialize the RAMCloud submodule. ``` fatal: reference is not a tree: 97424bb8ba339c868bc81334d318ec0da52a0c34 Unable to checkout '97424bb8ba339c868bc81334d318ec0da52a0c34' in submodule path 'RAMCloud' ```...

TinkerPop allows multiple edges with the same label to be added from a source vertex to a destination vertex. TorcGraph, however, assumes that the tuple where type is either directed...

posix_memalign is a method used for allocating memory. This method is failing with the following error: `posix_memalign(4096, 134283264) failed: /home/jdellit/RAMCloud/src/Infiniband.h:353 (RegisteredBuffers)` This _might_ be due to a memory leak across...