-
# intro
In this talk I want to describe a bit some data structures that can give very approximate answers with a much lower footprint than what would be required to give an exact value.
# description…
mping updated
9 years ago
-
```
ASTERIX should allow user to give additional information in form of hints.
These hints can come handy in scenarios such as:-
a) determining the optimal cardinality for a dataset’s nodegroup. …
-
The example in the readme.md has the following:
```
# alphanumeric password that would take ages to bruteforce with 10 tries per second
$ pol generate --sdtout --kind alphanum --web-crack-time ages
N…
-
The syntax for expressions is odd at the moment. There are multiple options to refactor
currently:
``` js
{
name: ‘Release_Date’
type: ’T’,
fn: ‘year’
}
```
rename fn to `function` or `as`
``` js
…
-
```
Shane pointed out recently that we need to accommodate GetObservation requests
that may list multiple station offerings (as opposed to a network offering that
encompasses multiple stations). Som…
-
```
ASTERIX should allow user to give additional information in form of hints.
These hints can come handy in scenarios such as:-
a) determining the optimal cardinality for a dataset’s nodegroup. …
-
The library says that `word781` has less entropy than `word78`, because `781` is identified as `digits` but `78` is identified as `bruteforce` with lower entropy:
```
password: word78
entropy: 2…
nylen updated
9 years ago
-
```
ASTERIX should allow user to give additional information in form of hints.
These hints can come handy in scenarios such as:-
a) determining the optimal cardinality for a dataset’s nodegroup. …
-
When merging two HyperLogLogPlus counters that have a large intersection of their underlying sets it is possible to introduce a large amount of error in cardinality estimation. This is caused by check…
-
This was discussed in #517. Instead of layering the functionality via an additional `RegionRDDFunctions` layer, @laserson proposed layering this on top of the various region join implementations via a…