Giter Site home page Giter Site logo

djvanderlaan / fast-network-lib Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 52 KB

A simple plain graph library for people that know what they are doing and want performance.

License: GNU General Public License v3.0

Makefile 5.93% C++ 81.79% Ballerina 8.42% C 3.87%

fast-network-lib's Introduction

fast-network-lib

A simple plain graph library for people that know what they are doing and want performance. The entire graph class consists of one header file with less than a hundred lines of code. And then there are a number of functions that operate on this graph object. Using the library is as simple a plopping the relevant source files into your project.

The graph object itself is defined in the header graph.h. It assumes that one is working with a directed weighted network and is designed to be as compact as possible. Compactness of the object is important for both memory use of large graphs, but also performance. Getting the data from memory to the CPU is in many cases the limiting factor for performance. Therefore, keeping the object small is important. The graph object also stores the edges and the edge weights in separate vectors. This means that an algorithm that does not need the weights does not need to copy the weights unnecessarily to memory.

fast-network-lib's People

Contributors

djvanderlaan avatar

Watchers

James Cloos avatar  avatar  avatar

fast-network-lib's Issues

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.