Removed CLP(Z) from library(json), achieving a 100x speedup in JSON parsing.
This commit is contained in:
13
src/tests/json/README.md
Normal file
13
src/tests/json/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## Benchmarks
|
||||
|
||||
### With CLP(Z):
|
||||
```
|
||||
?- test_json_read.
|
||||
% CPU time: 41.522 seconds
|
||||
```
|
||||
|
||||
### After removing CLP(Z):
|
||||
```
|
||||
?- test_json_read.
|
||||
% CPU time: 0.444 seconds
|
||||
```
|
||||
Reference in New Issue
Block a user