Implementation of set reconciliation algorithm

后端 未结 3 2009
别跟我提以往
别跟我提以往 2021-02-04 18:56

I\'m looking for implementations of set reconciliation algorithm. The problem is following: there are two sets with elements identified by some relatively compact value (e.g. UU

3条回答
  •  面向向阳花
    2021-02-04 19:30

    Not being able to use GPL is often a matter of abstraction; that is if it is the license you have problems with. So if you create a small GPL application (released under GPL) you can call this from your non-GPL application. Why re-invent the wheel?

    Especially if you can use a python script which already exists: why not leverage it? Of course things are different if you can not expose the element reconsolidation algorithms.

提交回复
热议问题