• Mygod's avatar
    Speed up Acl.fromReader · 1010edc5
    Mygod authored
    It should run 9x faster than before now.
    
    Past mistakes:
    
    * InetAddress.parseNumericAddress throws TWO exceptions underthehood if the string passed is invalid. This caused a huge overhead;
    * CharSequence.split in Kotlin is EXTREMELY SLOW.
    1010edc5
Android.mk 15 KB