Skip to content

webservice to solve sparse linear assignment problem

Notifications You must be signed in to change notification settings

chschock/gomdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a golang port of the sparse linear assignment problem solver in my project [email protected]:chschock/mdiff.git .

The interface is a webservice api that. The frontend of mdiff can also send requests to gomdiff and therefore provides a usage example.

You have to install a browser plugin to allow cross-origin resource sharing, if you want to run in on localhost without webserver.

Performance

The performance is significantly faster (3x) than javascript, although I expected more.

The time statistics logged by the server do not include communication time. The packing and unpacking of the json response is actually quite slow, but for the current version of the frontend this data is necessary.

About

webservice to solve sparse linear assignment problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages