Thomas Minier

Results 20 comments of Thomas Minier

Some update on this topic: - The HyperLogLog has been implemented in release `v1.1.0`. - The TopK has been implemented in release `v1.2.0`. It uses a Count Min Sketch for...

Some update: The MinHash has been released in `v1.3.0`.

Update: **XOR filters** has been released in the `2.0.0` version of the npm package, following #52 merge.

Hi, After a long hiatus, I've finally had time to dedicate myself to Open Source again. I agree with @tpluscode : it is a shame that `sparql-engine` doesn't align with...

Hi, I'm very well aware of this issue. To give some context on this, we developed `sparql-engine` **before** the creation of the DefinitelyTyped definitions for `sparql.js`. However, before uploading types...

Just thinking about it, but a temporary solution could be to release on npm our own set of TypeScript definition for `[email protected]`, so you can use it in your project...

Okay, fine for me too. I will upload to npm the "legacy" types package for `sparqljs` by the end of the day, and update `sparql-engine` as well. I will keep...

A (very late) update on this topic: I will publish the package and update `sparql-js` to use it today. I apologize for the delay, but with the new lockdown in...

And voilà, the new "legacy" types package is available as [`sparqljs-legacy-type`](https://github.com/Callidon/sparqljs-legacy-type). The README contains all instructions for its usage. I've also updated `sparql-engine` to use this new package, instead of...

Thanks 😄 The issue is that **you cannot use both versions of SPARQL.js**, because TypeScript can only compile using **a single type definition file**. That's a hard limitation of TypeScript,...