asami 2020-11-25

@mdp has joined the channel

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

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 🙂

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

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

Feel free to look over the code!