rpc_parallel
Parallel RPC library
A type-safe library for building parallel applications by providing a safe and efficient way to create concurrent RPC (Remote Procedure Call) interfaces.
Type-safe library for building parallel applications, built on top of Async's Rpc module.
47 stars
7 watching
14 forks
Language: OCaml
last commit: 13 days ago Related projects:
Repository | Description | Stars |
---|---|---|
janestreet/core | A standard library overlay providing reusable, modular building blocks for OCaml programming | 1,115 |
mirage/ocaml-rpc | A library that enables communication between OCaml applications using remote procedure calls with XML or JSON protocols | 96 |
rpclib/rpclib | A C++ RPC library for remote procedure call using MessagePack. | 1,721 |
janestreet/base | A replacement standard library for OCaml that provides a set of well-tested and portable general-purpose modules. | 868 |
valyala/gorpc | A Go library that enables fast and efficient RPC (Remote Procedure Call) communication between clients and servers in high-load environments. | 702 |
yakivy/poppet | A minimal, type-safe RPC library for Scala. | 25 |
parallella/pal | An optimized C library for parallel computing and data movement on resource-constrained devices | 302 |
chadrem/amf_socket | A bi-directional RPC library that enables high performance network communication between Actionscript applications. | 11 |
janestreet/typerep | A runtime environment providing type-safe functionality for the OCaml programming language | 23 |
authorizon/fastapi_websocket_rpc | Provides a robust and production-ready bidirectional JSON RPC channel over Websockets. | 7 |
janestreet/core_bench | A library for running micro-benchmarks in OCaml | 49 |
tomerfiliba-org/rpyc | A transparent and symmetric RPC library for remote procedure calls and distributed computing | 1,575 |
cinemast/libjson-rpc-cpp | A C++ framework for JSON-RPC remote procedure calls | 955 |
eddelbuettel/rcppsimdjson | A set of C++ bindings for a fast JSON parsing library | 117 |
cxxxr/jsonrpc | A JSON-RPC implementation in Common Lisp for making requests to servers or clients over the network. | 66 |