mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 22:19:43 +00:00
This implementation is based on the algorithm implemented in java. It yields a performance speedup of: JDK8: 23% JDK9: 5% JDK10: 5% Reviewed-by: mdoerr, goetz