-
I am trying to figure out zero copying with capn proto. i have the following schema file:
```
@0xe620bfc471ce012f;
struct Output {
data1 @0: Data;
data2 @1: Data;
}
```
and here is t…
-
Currently we use a mix of encodings: JSON to wrap Golang gob-encoded messages.
* The gob encoding is not portable. While theoretically documented in https://golang.org/pkg/encoding/gob/ , in practi…
-
This all started with defining zero copy shared memory over a WIT interface (channel is WIT resource, inspired by [iceoryx2](https://github.com/eclipse-iceoryx/iceoryx2?tab=readme-ov-file#publish-subs…
-
Many tools might want to add additional metadata to WIT declarations that modify code generation behaviour.
A concrete example would be the `async` option of `wit-bindgen-wasmtime` , which marks fu…
-
Numpy arrays can potentially be large and serializing them can be a performance hit. I am looking into ways to efficiently pass numpy arrays between processes and I was wondering that maybe cap'n prot…
mitar updated
5 years ago
-
Hello, with the last version from github
```
FAIL: capnp-test
PASS: capnp-evolution-test
PASS: src/capnp/compiler/capnp-test.sh
=================================================================…
ghost updated
4 years ago
-
Hey, really great project - this was really helpful for me.
One thing that I think might be useful is to show how one would use Cap'n generics and where rust's traits can be used - I have a bit of …
-
Cool project! Could I suggest that you try to incorporate the new FlatBuffers Rust port that just landed? https://github.com/google/flatbuffers/commit/3c54fd964b6beae9a92955415568a001c9cea23d
-
The discussion around this issue might get interesting, but I think for any future revision of TAXII we should consider a format change for TAXII. Currently, XML is the only defined binding specificat…
-
We have a variety of python and javascript code that has to convert to and from JSON. In Telemetry value system, we have a convention, and then in tracing/units, we have another convention. And in tr…