dylanht / BitGraph

BitGraph: A C++ Backend for the Gremlin Traversal Language with GPU Acceleration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 0.1.0 (October 18, 2019)

BitGraph is a graph backend that uses the Gremlin traversal language. It is currently under development. Version 0.1.0 deprecated OpenCL acceleration, in favor of a new solution currently under development. It is licensed under the Apache 2.0 license.

Currently BitGraph supports the following platforms:

  • Windows (Cygwin64)
  • Linux

BitGraph is a header library, so setting the include directory will suffice.

High-level instructions for building BitGraph projects:

  1. Ensure Gremlin++ is included.
  2. Ensure the Boost libraries are included (at minimum all dependencies for boost/any.hpp).

About

BitGraph: A C++ Backend for the Gremlin Traversal Language with GPU Acceleration

License:Apache License 2.0


Languages

Language:C++ 87.3%Language:Groovy 9.5%Language:Makefile 3.2%