Least Significant Bit

Ask Hack Learn Share!

Posts Tagged “api”

API only provides queries with OR

Recently we had to integrate our system with a label API that provided OR as its unique operator in queries. For us as consumers of the API it meant that the number of labels we needed per object increased at orders of growth of quadratic of the labels of an object. As a consequence the complexity of our code also increased at quadratic orders of growth