winterroberts / JDCLib

A Library for processing executable elements of Java Dynamic Content pages to be served as html.
Apache License 2.0
0 stars 0 forks source link

BigInteger hashing bottleneck #2

Open winterroberts opened 3 years ago

winterroberts commented 3 years ago

The hash bytes can be returned directly without the use of StringBuilder or BigInteger which are slow compared to literally reading the bytes and matching to array positions.

winterroberts commented 3 years ago

NOTE: This also effects AOS