Difference between revisions of "Capnp"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
 
Line 1: Line 1:
[[Category:Software]][[Category:C++]]
+
[[Category:Software]][[Category:Compiler]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|capnp}}
 
|{{#vardefine:app|capnp}}

Latest revision as of 13:20, 15 August 2022

Description

capnp website  

Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.

Environment Modules

Run module spider capnp to find out what environment modules are available for this application.

System Variables

  • HPC_CAPNP_DIR - installation directory
  • HPC_CAPNP_BIN - executable directory
  • HPC_CAPNP_DOC - documentaion directory
  • HPC_CAPNP_EXE - examples directory