Skip to content

Commit

Permalink
[nop] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 2, 2023
1 parent ac24f87 commit d741c98
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ See [here][GitHub releases] for earlier releases.

- Small, simple **all-Clojure** library
- **Terrific performance**: the [best](#performance) for Clojure that I'm aware of
- Comprehensive support for **all standard data types**
- Easily extendable to **custom data types**
- Comprehensive support for [all standard data types](https://github.com/taoensso/nippy/wiki#deserializing)
- Easily extendable to [custom data types](https://github.com/taoensso/nippy/wiki#custom-types)
- **Robust test suite**, incl. full coverage for every supported type
- Auto fallback to Java Serializable when available
- Auto fallback to Clojure Reader for all other types (including tagged literals
- Pluggable **compression** with built-in [LZ4](https://code.google.com/p/lz4/)
- Pluggable **encryption** with built-in AES128
- Tools for easy + robust **integration into 3rd-party libraries**, etc.
- Pluggable [encryption](https://github.com/taoensso/nippy/wiki#encryption) with built-in AES128
- [Tools](https://taoensso.github.io/nippy/taoensso.nippy.tools.html) for easy + robust **integration into 3rd-party libraries**, etc.
- Powerful [thaw transducer](https://taoensso.github.io/nippy/taoensso.nippy.html#var-*thaw-xform*) for flexible data inspection and transformation

## Performance

Expand Down

0 comments on commit d741c98

Please sign in to comment.