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: about 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
janestreet/core | A standard library overlay providing reusable, modular building blocks for OCaml programming | 1,126 |
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,728 |
janestreet/base | A replacement standard library for OCaml that provides a set of well-tested and portable general-purpose modules. | 877 |
valyala/gorpc | A Go library that enables fast and efficient RPC (Remote Procedure Call) communication between clients and servers in high-load environments. | 706 |
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 | 301 |
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 | 50 |
tomerfiliba-org/rpyc | A transparent and symmetric RPC library for remote procedure calls and distributed computing | 1,585 |
cinemast/libjson-rpc-cpp | A C++ framework for JSON-RPC remote procedure calls | 956 |
eddelbuettel/rcppsimdjson | A set of C++ bindings for a fast JSON parsing library | 118 |
cxxxr/jsonrpc | A Common Lisp implementation of the JSON-RPC 2.0 protocol for remote procedure calls | 67 |