Giter Site home page Giter Site logo

orxfun / orx-priority-queue Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 175 KB

Priority queue traits and efficient d-ary heap implementations.

Home Page: https://crates.io/crates/orx-priority-queue

License: MIT License

Rust 100.00%
data-structures heap priority-queue priority-queues

orx-priority-queue's Introduction

Hi, I'm Uğur Arıkan

👋 𝙰𝚋𝚘𝚞𝚝 𝙼𝚎

🤟 I like

all things OR programming languages
optimization ⭐ rust, c#
algorithms & data structures 👍 react, ts, c++
multiobjective decision making 👌🏽 go, f#
speed & efficiency 🤔 zig

🎈 𝙸'𝚖 currently 𝚞𝚙 𝚝𝚘

  • An expressive, efficient and productive mathematical programming / modeling crate for rust. why?
    • I appreciate how early good_lp allowed us to build mathematical models so that we could have the joy of using rust in OR projects.
    • Currently, I am working on an alternative modeling library.
    • A macro-free and concise api which does not require more lines than model-on-paper has.
    • You may see a demo in C# below, and find design choices of the underlying library here.
    • Targeting similar design choices with rust as summarized below:
concise simple solver agnostic reusable & composable model components
immutable type safe separation of model from data abstraction over inputs
  • Working to make self referential collections convenient & efficient while staying safe. why?

    • Such collections are common building blocks of data structures used in many algorithms.
    • They can be be implemented unsafely, in unsafe rust or c++. They can also be implemented safely in garbage collected languages. Can we get the best of both, i.e., safe and efficient rust implementation?
    • Towards this target, I worked on orx-pinned-vec & orx-fixed-vec & orx-split-vec & orx-imp-vec & orx-selfref-col.
    • This allowed me to build orx-linked-list with regular & references and without any unsafe pointer access, unlike the std implementation.
    • Efficient & flexible trees 🌴 and graphs are in progress.
  • Recently, I started playing around with simple and efficient concurrent data structures, such as orx-concurrent-bag. The target is to use these as building blocks of an alternative lightweight (maybe no-std) and efficient parallelization library.

  • Also working on efficient data structures as I need in algorithms, such as orx-priority-queue.

  • And trying some experimental functional ideas such as orx-closure and orx-funvec.

knapsack

mathematical modeling in action 🔎

knapsack

orx-priority-queue's People

Contributors

orxfun avatar systemcluster avatar szabgab avatar ugur-arikan avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

systemcluster

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.