panasenco
|
e0e812f95c
|
Added
aw_chars//1 to library(pio). Began using setup_call_cleanup/3 as suggested by @triska.
|
2021-04-24 21:29:50 -07:00 |
|
panasenco
|
2cbc7e4f9a
|
Another thorough rewrite of library(json) to better preserve the complete set of answers as much as possible and thereby write more elegant and simple code. Some performance gains too!
|
2021-04-23 10:30:38 -07:00 |
|
panasenco
|
828550687c
|
Rewrote many parts of library(json) to leave no choicepoints when generating JSON. However, the generating performance actually worsened slightly...
|
2021-04-22 15:21:27 -07:00 |
|
panasenco
|
d3caba4073
|
Now preserving distinction between ints and floats
|
2021-04-20 19:59:01 -07:00 |
|
panasenco
|
7e802706fe
|
Seem to be generating JSON correctly and at a good speed too!
|
2021-04-20 17:33:30 -07:00 |
|
panasenco
|
c87e3eac08
|
Removed CLP(Z) from library(json), achieving a 100x speedup in JSON parsing.
|
2021-04-20 17:30:41 -07:00 |
|
panasenco
|
5b1b12ec9e
|
Fixed forward slash special case issue, added a bunch of test files that were successfully read!
|
2021-04-20 17:30:41 -07:00 |
|