Coder Social home page Coder Social logo

dhb's Introduction

DHB

This is the repository of the Dynamic Hashed Blocks (DHB) format.

Authors

Name E-Mail Affiliation
Alexander van der Grinten [email protected] HU Berlin
Maria Predari [email protected] HU Berlin
Florian Willich [email protected] HU Berlin

Publications

For a detailed discussion of DHB and a comparison with other graph data structures please read the paper A Fast Data Structure for Dynamic Graphs Based on Hash-Indexed Adjacency Blocks (2022) available on the Dagstuhl Research Online Publication Server (DROPS).

Build Library

Build the library using CMake (e.g., with the generator Ninja).

mkdir build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja

Build Tests

You must clone this repository recursively in order to obtain catch2 which is necessary for our test environment using:

git clone --recursive https://github.com/hu-macsy/dhb.git

If you forgot to clone recursive, simply update with initialisation:

git submodule update --init --recursive

You can then build the tests by setting the CMake option DHB_TEST to On.

cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DDHB_TEST=On ..
ninja

Benchmarks and Experimental Evaluation

An evaluation of DHB and other dynamic graph data structures can be found at: https://github.com/hu-macsy/dhb-experiments

dhb's People

Contributors

c-bebop avatar avdgrinten avatar wheatman avatar predari avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.