-
I've stumbled over your VPack and see your comparisons to other serialization formats. I'm just wondering how VPack compares to CBOR (http://cbor.io/), which in the meantime is even "standardized" in …
-
It deserves to be mentioned here:
https://en.wikipedia.org/wiki/Comparison_of_data_serialization_formats
@neunhoef: Please validate below template and fill in the gaps (IDL/API/zero-copy)
```
|-
| …
-
VirtualPack compiled as of commit
https://github.com/Siguza/VirtualPack/commit/cf00f4a21e912a89794e344e4eec3d1ca7ebb248
Paper dev 444 (Spigot 1.13.2)
@Siguza
```
[13:33:06] [Thread-29/ERROR]:…
mibby updated
5 years ago
-
## Feature request
The attached
[Bitmap indexes on flat json sub-columns.txt](https://github.com/user-attachments/files/17469782/Bitmap.indexes.on.flat.json.sub-columns.txt)
document presents …
-
Why do you show vpack with gzip, but not JSON with gzip (especially as JSON tends to gzip very well)
-
I am trying to serialize `[1,[2]]`, but somehow the last byte is 03 instead of 02.
`13 08 31 13 04 32 01 02` -- json-to-vpack (note that Parser uses private API)
`13 08 31 13 04 32 01 03` -- my ou…
-
I was wondering what would be the best way to perform input validation to avoid buffer overflows.
For instance, if the application receives a 10-byte message that is a binary VPack value with lengt…
-
I was thinking about using your specification to improve my at best mediocre golang skills. It would be nice, if there was a test suite, like a bunch of json files with a validation tool. So that you …
tisba updated
7 years ago
-
I wanted to reach out and see if you'd be interested in collaborating on a Scala driver for ArangoDB since I wrote Scarango and it looks like your focus is Velocystream support, which is something we …
-
## My Environment
* __ArangoDB Version__: 3.12.2
* __Deployment Mode__: Single Server
* __Deployment Strategy__: Kubernetes
* __Configuration__: -
* __Infrastructur…