matching-algorithm
There are 127 repositories under matching-algorithm topic.
exchange-core/exchange-core
Ultra-fast matching engine written in Java based on LMAX Disruptor, Eclipse Collections, Real Logic Agrona, OpenHFT, LZ4 Java, and Adaptive Radix Trees.
gitbitex/gitbitex-new
an open source cryptocurrency exchange
url-kaist/MambaGlue
MambaGlue: Fast and Robust Local Feature Matching With Mamba @ ICRA'25
fasenderos/nodejs-order-book
Ultra-fast Limit Order Book for Node.js written in TypeScript for high-frequency trading (HFT) :rocket::rocket:
joney000/Java-Competitive-Programming
I've written some important Algorithms and Data Structures in an efficient way in Java with references to time and space complexity. These Pre-cooked and well-tested codes help to implement larger hackathon problems in lesser time. DFS, BFS, LCA, LCS, Segment Tree, Sparce Table, All Pair Shortest Path, Binary Search, Matching and many more ...
damianstone/toogether-backend
🐍 Django REST social dating app where users can create a group with their friends, match with other groups, chat and hang out
becheran/wildmatch
Simple string matching with single- and multiple-wildcard operator
iisys-hof/map-matching-2
High Performance Map Matching with Markov Decision Processes (MDPs) and Hidden Markov Models (HMMs).
IOL0ol1/Edge-Based-Template-Matching
Edge Based Template Matching
dilsonpereira/Minimum-Cost-Perfect-Matching
C++ implementation of algorithms for finding perfect matchings in general graphs
Pantelwar/matching-engine
Superfast Matching Engine written in golang
ravi-kp/Automatic-TimeTable-Generation-For-An-Institute
Automatic time table generation system (IIT Dharwad)
mmkamani7/SkeletonMatching
This repository implements skeleton matching algorithm.
Wang-Yu-Qing/MIND
Pytorch implementation of paper: Multi-Interest Network with Dynamic Routing for Recommendation at Tmall
stoqey/dior
Christian Dior 💃🕺👗👔📈📉 - (Order Matching Engine) - match hundreds of thousands of orders per second
Wang-Yu-Qing/UTPM
Code for paper: Learning to Build User-tag Profile in Recommendation System
TraME-Project/TraME
A toolbox for solving problems of equilibrium computation and identification in discrete choice and matching problems.
JuliaGraphs/GraphsMatching.jl
Matching algorithms for Graphs.jl
byWulf/jigsawlutioner
Jigsaw puzzle solving algorithm
Yorkyer/edmonds-blossom
A python implementation of Edmonds blossom algorithm for maximum-cardinality matching.
shubh11220/The-Stable-Matching-Algorithm
The Stable Matching or the Stable Marriage algorithm is a mathematical algorithm that finds stable matches between two equally sized sets of elements, the proposers and the acceptors. This project uses basic Python data structures to implement the algorithm.
JuliaGraphs/LightGraphsMatching.jl
Matching algorithms for LightGraphs.jl
Clinical-Genomics/patientMatcher
A MatchMaker Exchange server
jmcph4/calob
Configurable Automated Limit Order Book
dendisuhubdy/liquibook_matching_engine
Exchange Server
Mascerade/upm
Unsupervised Product Matching; A product classifier algorithm that groups products into clusters of similarity based on their title using combinations.
AtlasOfLivingAustralia/ala-name-matching
Atlas name matching API and index generation
DynGraphLab/DynMatch
This is the dynamic matching code for the paper ``Dynamic Matching in Practice''.
luisarojas/student-matching
A web application designed to match mentors and students based on a series of survey, personality-related, questions.
ZhiyuZhang803/Candidate_Profile_and_Job_Description_Bidirectional_Matching_System
This repo contains all files needed for constructing NLP based bidirectional matching system between candidate profile and job description and improve the efficiency as well as the accuracy in matching process.
Melody-Meng/Car-pool-algorithm
Graph theory for car-pool problem
SiNa88/C3-Match
Matching-based scheduling of asynchronous data processing workflows on the Cloud and Fog
becheran/wildmatch-go
Simple string matching with questionmark- and star-wildcard operator
cepsdev/v2g-guru-slac
V2G (Vehicle-2-Grid) EVSE-EV Matching via SLAC (ISO 15118-3): Model and implementation.
coder-ghw/cv3d-semi_global_matching
学习SGM算法用,算法照搬repo[https://github.com/ethan-li-coding/SemiGlobalMatching], 相比之下实现了对应的linux平台版本