Giter Site home page Giter Site logo

giraph's Introduction

๐Ÿ™‹โ€โ™‚๏ธ Hi! I'm Lixou :3

  • ๐ŸŒฑ Iโ€™m currently in a love hate relationship with Rust

  • ๐Ÿ”ญ Iโ€™m currently working on my own game in rust with bevy

  • ๐Ÿก Absolute Maniac Mansion lover (even if it's older than me ๐Ÿ˜)

  • ๐Ÿ•น๏ธ Loves Retro-Games

  • ๐ŸŒด Likes nature :)

๐Ÿš€ Languages

java kotlin typescript csharp backlang rust

โš™๏ธ Tools

solidjs firebase git nextjs nodejs postgresql sqlite tailwind

โšก Recent Activity

  1. โ— Opened issue #26 in emilk/egui_plot
  2. ๐Ÿ—ฃ Commented on #4792 in emilk/egui
  3. ๐Ÿ—ฃ Commented on #79 in Plonq/bevy_panorbit_camera
  4. ๐Ÿ—ฃ Commented on #79 in Plonq/bevy_panorbit_camera

giraph's People

Contributors

daslixou avatar

Watchers

 avatar

giraph's Issues

API 2.0

Custom Graph structures with pieces.

Pieces

  • NodeList for slotmap like behavior

  • NodeMap for hashmap like behavior

  • NodeWeight storing data with nodes

  • EdgeWeight storing data with edges

  • SimpleUnEdges storing single undirected edge-connections between nodes

  • SimpleDiEdges storing single directed edge-connections between nodes

  • MultiUnEdges storing multiple undirected edge-connections between nodes

  • MultiDiEdges storing multiple directed edge-connections between nodes

Predefined structures

Could we have a predefined DynGraph struct where we can create edge-lookups at runtime instead of having them pretyped in our graph struct?

Traits

We should do traits like RemovableNode which then is also implemented for cleanup for edge structs. There then should be a #[derive(LibraryNameTodoLUL)] which then implements calling RemovableNode for every field implementing it.

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.