taoensso/nippy
Fast serialization library for Clojure observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 98
- Release rhythm 83
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 33.0
- age_days: 5176
- days_rel: 36
- days_push: 12
- n_releases_24m: 7
Adoption not part of the score
1108 stars · 63 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Nippy is a fast, mature serialization library for Clojure, serving as a high-performance drop-in alternative to the Clojure reader for freezing and thawing data. It supports all standard Clojure data types, optional LZ4/Zstandard compression, AES128 encryption, and extension to custom types.
Use cases
- serialize clojure data structures to bytes for storage
- fast serialization for caching clojure values in redis
- compress and encrypt clojure data before writing to a database
- replace slow clojure reader-based serialization
- persist long-lived clojure data with forward compatibility
- serialize custom clojure types
When to choose
- you need high-performance serialization of Clojure data at scale
- you want optional compression and encryption built into serialization
- you need guaranteed readability of serialized data across future versions
- you're building on libraries like Carmine, XTDB, or Datalevin
When to avoid
- you need language-agnostic serialization like JSON or protobuf
- you're not working in Clojure or on the JVM
- you need human-readable data formats
Facets
library · maturity stable
serialization compression cryptography developer-tools databases programming-languages jvm jvm-scripting clojure edn jvm-serialization lz4 zstandard aes-encryption taoensso
2 sources
- readme: https://github.com/taoensso/nippy · fetched 2026-08-28 · 95815cf8dada
- homepage: https://www.taoensso.com/nippy · fetched 2026-08-29 · 8a8714600d8c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| taoensso/nippy | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem