Le 06/04/16 13:41, Emmanuel Lécharny a écrit : > Quick update, I spent 30 minutes during lunch to improve the ASCII pasrt > : down below 4s (instead of 4.3) by using char[] instead of String for > the checkProhibited() and insignifiantSpacesString() method. Small gain, > but stll : this is a 10% improvement :)
For the record, the new version of the DeepTrimToLower.normalize() method is 4 times fasters than the trunks one when we process ASCII chars, and only 20% slower when we process chars that are not pure ascii. I do think that such a major imtpovement will see in the overall server performances...