-
this was a little surprising:
https://github.com/lytics/hll/blob/master/hll.go#L319-L322
Any reason for not using Gob?
-
With the transition to CIL, we would like to move away from using binary policy modules/packages; they merely add overhead in time and space and create a maintenance/development burden when adding new…
-
It would be extremely useful if we could create our own user defined functions in any language we choose, adding unparalleled flexibility to CRDB. It would provide capabilities like self-run version o…
-
Inconsistent response. Should be normalized to match other responses.
- old name `do_service`
- `command` attribute is always null
![image](https://github.com/user-attachments/assets/4089f74e-01ee-…
-
I installed all the GCC 9 RPM Packages,
Just doing the HELLO_WORLD.C to test.
[C:\home\WRK\C_SRC]gcc HELLO_WORLD.C
In file included from HELLO_WORLD.C:1:
C:/usr/lib/gcc/i686-pc-os2-emx/9/inclu…
-
The following is the discussion with Mayank on slack:
Mark: Hi Team, I have seen that in 0.4.0, pinot has implemented the initial version of theta-sketch based distinct count aggregation function, …
-
Set `User-Agent` header value for SEP, e.g. `ft/hll#s3-transfer`. This should be done using the SDK options for customizing the header as we want to retain the rest of the `User-Agent` header that tie…
-
The current method for loading libraries across HLLs, and importing symbols from them, is experimental both in design and implementation. Because it may take more than one release to get the kinks ir…
japhb updated
12 years ago
-
```
stefan@stefans:~$ perl6 -e 'pir::load_bytecode("/usr/local/lib/parrot/2.2.0-devel/languages/nqp/nqp.pbc")'
Parent isn't a Class.
current instr.: 'parrot;P6metaclass;add_parent' pc 224 (runtime/par…
-
We want to insert HyperLogLog literals into our database and have been generating binary blobs from our HLL implementation (retailnext/hllpp) that match the struct format of our current build of Pipel…