-
In case it's of any use/interest, I've started work on a Rust implementation of the VelocyPack format in Rust at: https://github.com/davechallis/rust-velocypack
It's currently got some basic serial…
-
```scala
object TestEnum extends Enumeration {
type TestEnum = Value
val Foo: TestEnum = Value("foo")
val Bar: TestEnum = Value("bar")
}
new VPack.Builder()
.registerModule(new VPackS…
wajda updated
4 years ago
-
We should find a possibility to replace the [Type inspectors](https://github.com/sandrokeil/arangodb-event-store/blob/feature/php-driver/src/Type/InsertDocument.php#L55-L63) with working directly on v…
-
I've chosen a minimal project with cmake to demonstrate this.
My Host is a debian bookworm, however in ubuntu docker containers clang-16 has shown similar behaviour.
The version of the compiler:
…
-
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)
```
|-
| …
-
The Graphistry team is starting to get requests from Arango db users to help grow their Arango implementations + use cases, and we're wondering if there is any guidance for getting Arango to interop w…
-
The repository https://github.com/miloyip/nativejson-benchmark contains a benchmark suite for various C/C++-based JSON parsers and generators. It would be nice to get VelocyPack into that list so its …
-
Are there any plans to create a native PHP >= 7.1 extension of this library to increase overall performance in PHP? Something like [node-arangodb-cxx](https://github.com/arangodb/node-arangodb-cxx).
…
-
Hi folks,
A crash was found while fuzz testing of the vpack-to-json binary which can be triggered via a malformed VPACK file. Although this malformed file only crashes the program as-is, it could p…
-
## My Environment
* __ArangoDB Version__: 3.6.2
* __Storage Engine__: RocksDB
* __Deployment Mode__: Single Server
We are encoding some data in VelocyPack - in particu…