We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a worse performance with v0.88
long startTrainTime = System.currentTimeMillis(); EmptyTag c = img().withClass("image").withSrc(sb.toString()); long endTrainTime = System.currentTimeMillis(); DecimalFormat df = new DecimalFormat("#.#####"); System.out.println(df.format((endTrainTime - startTrainTime) / 1000. / 60.));
v.0.7: 0,00007 v.0.88: 0,06715
looks like the last simple escaper change
The text was updated successfully, but these errors were encountered:
Wow, that's horrible. I went for a pretty slow implementation because of readability, but I guess I have to rewrite it.
Sorry, something went wrong.
@aravorn6 Fixed in 29e16df
SimpleEscaper#short: 3ms SimpleEscaper#long: 45ms ApacheEscaper#short: 35ms ApacheEscaper#long: 202ms
@aravorn6 0.99 is now out.
No branches or pull requests
I got a worse performance with v0.88
v.0.7: 0,00007
v.0.88: 0,06715
looks like the last simple escaper change
The text was updated successfully, but these errors were encountered: