jeroenooms/protolite: Highly Optimized Protocol Buffer Serializers

Pure C++ implementations for reading and writing several common data formats based on Google protocol-buffers. Currently supports 'rexp.proto' for serialized R objects, 'geobuf.proto' for binary geojson, and 'mvt.proto' for vector tiles. This package uses the auto-generated C++ code by protobuf-compiler, hence the entire serialization is optimized at compile time. The 'RProtoBuf' package on the other hand uses the protobuf runtime library to provide a general- purpose toolkit for reading and writing arbitrary protocol-buffer data in R.

Getting started

Package details

AuthorJeroen Ooms
MaintainerJeroen Ooms <jeroen@berkeley.edu>
LicenseMIT + file LICENSE
Version2.3.0
URL https://github.com/jeroen/protolite https://jeroen.r-universe.dev/protolite
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("jeroenooms/protolite")
jeroenooms/protolite documentation built on Jan. 12, 2024, 10:17 p.m.