Fork me on GitHub
#asami
<
2020-11-25
>
quoll02:11:20

OK @whilo… I debugged it and cleaned things up a bit. I’m onto the TripleStore part now

quoll02:11:08

The “load” step occurs in a function on line 108, called load-strings!. You can run that from a repl, and call time on it. That’s what I was doing to see how things were going 🙂

quoll02:11:43

This notebook computer averages at about 19 seconds to load the book (Pride and Prejudice. Now included in the resources directory)

quoll02:11:46

Reloading the book (which does nothing except check that everything is already loaded) takes about 16 seconds

quoll02:11:28

Feel free to look over the code!