A.G

Results 12 issues of A.G

- [x] [HyperLogLog](http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf) - [x] Top-K or Mine Top-K: _Using Bloom Filters for Mining Top-k Frequent Itemsets in Data Streams, Younghee Kim et Al._ - [x] Min Hash [Wikipedia source](https://en.wikipedia.org/wiki/MinHash),...

enhancement
help wanted

**Describe the bug** I cannot export my snapshot in order to save him. **To Reproduce** Steps to reproduce the behavior: 1. Go to Profiler, start profiling CPU with as filter:...

bug

As pointed out in my comment for https://github.com/antoniogarrote/rdfstore-js/issues/128 **This fix allows long running queries that could normally reach a maximum call stack number.** See my response in the issue: The...

Is there a support of the VALUES keyword as it is specified in the SPARQL 1.1 spec ? - https://www.w3.org/TR/sparql11-query/#inline-data Example: **Data**: ``` @prefix dc: . @prefix : . @prefix...

When turning a Promise into a synchronous Promise Facing the following error: `async hook stack has become corrupted` ``` Error: async hook stack has become corrupted (actual: 6, expected: 7)...

XORing 2 Buffers should respect the two following rules: * xor(xor(a, b), a) = b * xor(xor(a, b), b) = a When **a** has more characters than **b** the second...

workaround change grep -Po to `grep -o`

ply 3.3 is not anymore in the dependency repository of pip. There are only version 3.4 and newer versions. The only way to get it work is to manually download...

Hello my friend! :tada: This is a new life for this package, here are my modifications: * Use `@node-rs/xxhash` in place of the `xxhashjs` package * The deps contains the...

Hello! A few days ago a bug occured and we discover that the time were not frozen correctly in our tests. We reported the issue in pytest-freezer (https://github.com/pytest-dev/pytest-freezer/issues/14) but after...

bug