Charred 1.034

Fast (as anything on the JVM) simple csv and json reading/writing.

Namespaces

charred.api

Efficient pathways to read/write csv-based formats and json. Many of these functions have fast pathways for constructing the parser,writer in order to help with the case where you want to rapidly encode/decode a stream of small objects. For general uses, the simply named read-XXX, write-XXX functions are designed to be drop-in but far more efficient replacements of their clojure.data.csv and clojure.data.json equivalents.

charred.bulk

Helpers for bulk operations such as concatenating a large sequence of csv files.

Public variables and functions:

charred.coerce

Coercions to specific java types.

charred.parallel

Parallelism helpers