Commit Graph

3 Commits

Author SHA1 Message Date
Lassi Kortela bfb9974aa9 Use CJSON to read JSON
Profiling shows that most time is spent in:

- medea#read-json
- chicken.port#with-input-from-string

Use the cjson egg to read JSON to go a lot faster.

Note that we still write JSON using medea; that's not slow.

Thanks to wasamasa and sjamaan on #chicken for profiling tips.
2021-09-01 15:31:49 +03:00
Lassi Kortela 950d974f67 Clean up whitespace 2021-09-01 12:19:48 +03:00
Lassi Kortela c0ad41ca0d Add (pandoc server) library 2021-09-01 12:18:39 +03:00