carbonite
Data serializer
A Clojure library that uses Kryo to serialize data in a compact and efficient manner.
Clojure library for serializing Clojure data using Kryo
30 stars
5 watching
19 forks
Language: Clojure
last commit: almost 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
taoensso/nippy | A high-performance serialization library for Clojure that provides fast and efficient data storage and retrieval | 1,057 |
magro/kryo-serializers | A collection of serializers for various Java data structures and classes | 381 |
twitter/chill | Extends Kryo serialization library with Scala extensions for configuration and easy deserialization/serialization | 612 |
disruptek/frosty | A library for serializing and deserializing data from various targets such as streams and sockets | 50 |
wc-duck/datalibrary | A C++ library for serializing data from JSON format to binary and vice versa while performing type checks and other validations. | 42 |
com-lihaoyi/upickle | A lightweight serialization library for JSON and binary data in Scala. | 727 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
archi-doc/tinyhand | A lightweight data serialization framework for C# | 21 |
clojure/data.json | A JSON parser and generator for Clojure data structures | 544 |
scicloj/tablecloth | A dataset manipulation library built on top of tech.ml.dataset, providing a simplified API for data processing and analysis. | 308 |
kkinnear/zprint | A tool for formatting and beautifying Clojure and Clojurescript source code and s-expressions to improve readability. | 563 |
devxoul/rxcodable | Provides an RxSwift wrapper around Codable to enable reactive data serialization and deserialization | 114 |
schmittjoh/jmsserializerbundle | Enables serialization and deserialization of complex data formats in PHP applications. | 1,804 |
zero-one-group/geni | A Clojure-based library for building and manipulating dataframes in a distributed computing framework. | 289 |
kaitai-io/kaitai_struct_swift_runtime | A runtime library for Swift to work with Kaitai Struct's declarative language for describing binary data structures | 10 |