Lodovico Giaretta
Lodovico Giaretta
You are right. The hooks are not complete. I need to find the best balance between having the maximum customization and keeping the number of hooks reasonable.
@trikko as @Hackerpilot said, it's not possible to parse all HTML with an XML parser. The idea is to keep the components of the library as independent and generic as...
Looks like we are not memory bound... Also, the `Cursor` is that slow compared to the parser because the benchmark code asks it to parse the attributes of every element....
@rjmcguire My benchmark driver (`source/random_benchmark/random_benchmark.d`) has an option to output statistical data (min, avg, max, ...) in csv format. Then another program (`source/random_benchmark/csvplot.d`) takes the csv file and a lot...
@Hackerpilot thank you. This will prove very useful, as it will allow me to test on the entire W3 Test Suite without worrying about formatting issues.
@burner Great news! I had to change the way ` parser -> writer = input to be tested. Now `make test` (test driver at `source/test.d`) runs the chain on every...
`legacy.d`, despite the name, is a good file. It contains an implementation of the current `std.xml`. Regarding `dom.d` and `dom2.d`, I will remove the first and, in another commit, rename...