Git Product home page Git Product logo

adjacency's People

Contributors

guynan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

adjacency's Issues

Makefile spaghetti

Streamline the Makefile into one that manages dependencies more intelligently and shifts the heavy work from individual make targets for I believe that this is why I initially had problems with the master headers.

Bitfield Unsigned Char

(C99, 6.7.2.1p4) "A bit-field shall have a type that is a qualified or unqualified version of _Bool, signed int, unsigned int, or some other implementation-defined type."

Under -pedantic this emits a warning. The field must either be increased to an integer width or re-implement with bit masks.

At the moment, my thought process prefers the bit mask option.

High memory usage

Memory usage is a bit high.

I want it to be such that only if the feature is used that the memory is allocated for said feature. I also do not want to pollute the vertex structure - thus more features being exported into the meta structure such that only if you are using more niche features do you really need to allocate that memory.

I also want to have the adjacency array to be initialised as you need it, and not for n vertices; perhaps in n/4 increments, using realloc each time to ensure that memory usage on sparse graphs is not ridiculously high.

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.