TorcDB
TorcDB copied to clipboard
TorcDB: A Low-Latency Graph Database on RAMCloud
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:  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...