Dan Kortschak
03398562de
all: clean up lint identified by ruleguard
...
Ruleguard run with ruleguard -c=0 -rules ruleguard.rules.go ./... from
https://github.com/dgryski/semgrep-go with the following rules inactivated
to reduce noise:
- unconvert for floating point values
- oddcomparisons
- floateq
2021-05-19 05:44:58 +09:30
Dan Kortschak
da72779e7a
floats/scalar: new package containing non-vector functions from floats
2020-08-07 07:59:02 +09:30
Egon Elbre
a760dc5d65
stat/card: make tests parallel
2020-03-16 16:10:59 +02:00
Dan Kortschak
81776cc9ef
stat/card: allow unmarshaling into the zero value
2019-12-29 08:25:30 +10:30
Dan Kortschak
c9bf87fc97
stat/card: use more conventional type encoding
2019-12-28 21:35:54 +10:30
Dan Kortschak
118db88bfb
stat/card: add sketch serialisation
2019-12-26 09:10:39 +10:30
Dan Kortschak
4b93b23500
stat/card: tighten up tolerances and fix error message
2019-11-24 05:54:28 +10:30
Dan Kortschak
6243fee6ac
stat/card: fix rho functions
...
Without this zero bit fields return 33 or 65 since there is no stop bit.
2019-11-24 05:54:28 +10:30
Dan Kortschak
32e5d00b2b
stat/card: new package for cardinality estimation
2019-11-21 14:12:29 +10:30