First let me explain on how you add them to the program.
- Enable logging packets in Razor
- Grab a BoD book you want to add to the program
- Simply flip through each page of the book
- Parse the file
Once all that is done, then the BoD books are in the program.
My largest test case was with 7,000 BoDs. It took about 10 seconds to parse the packets.txt file. Listing them in the ListBox or modifing the filter would relist them(7,000) in less than a second. Anything less than 1,000 is almost instant. I would expect a parse for 1 book to take 1-2 seconds depending on the speed of the computer.
I have a high end computer though, and I haven't tried it on a slower computer.