quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
415 stars 47 forks source link

Please add cl-jsonl #2297

Closed plandes closed 1 year ago

plandes commented 1 year ago

This system provides a generator to lazy read JSONL files with each line a separate definition. JSONL files are files with newline delimited JSON blobs and typically very large. This package provides a generator that allows a line by line parse reducing memory complexity for large data demand projects such as those for training deep learning models.

Author: Paul Landes License: MIT Source: https://github.com/plandes/cl-jsonl