Pandoc library for Scheme
Go to file
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
doc Add Chicken wiki page 2021-08-25 13:34:43 +03:00
.gitignore Add Chicken egg information 2021-08-25 00:09:50 +03:00
LICENSE Add LICENSE file 2021-08-25 13:15:41 +03:00
pandoc.chicken.scm Export pandoc-json->sxml 2021-09-01 12:18:13 +03:00
pandoc.egg Use CJSON to read JSON 2021-09-01 15:31:49 +03:00
pandoc.gauche.scm Add Gauche wrapper 2021-08-24 21:03:49 +03:00
pandoc.r5rs.scm Use scsh-process Chicken egg 2021-09-01 09:06:24 +03:00
pandoc.release-info Try to fix release-info file 2021-08-25 12:17:52 +03:00
pandoc.server.chicken.scm Use CJSON to read JSON 2021-09-01 15:31:49 +03:00
pandoc.sld Export pandoc-json->sxml 2021-09-01 12:18:13 +03:00
test.chicken.scm Add Chicken module 2021-08-24 20:47:07 +03:00
test.gauche.scm Add Gauche wrapper 2021-08-24 21:03:49 +03:00