https://github.com/zenhack/capnp-memrpc-go
Zero-copy capnproto rpc in go using the memfd package.
https://github.com/zenhack/capnp-memrpc-go
Last synced: about 2 months ago
JSON representation
Zero-copy capnproto rpc in go using the memfd package.
- Host: GitHub
- URL: https://github.com/zenhack/capnp-memrpc-go
- Owner: zenhack
- License: apache-2.0
- Created: 2017-02-17T03:29:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T03:30:29.000Z (about 8 years ago)
- Last Synced: 2025-02-03T13:45:06.436Z (3 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
WIP transport for [go-capnproto2][1] using the [memfd][2] package.
Big roadblock right now is that we need a way to tell the rpc package to
use a particular allocator.Apache 2.0 license.
[1]: https://github.com/zombiezen/go-capnproto2
[2]: https://github.com/justincormack/go-memfd