Add StringUtils.split for non-escaped single-character separator ----------------------------------------------------------------
Key: HADOOP-6623 URL: https://issues.apache.org/jira/browse/HADOOP-6623 Project: Hadoop Common Issue Type: Improvement Components: util Affects Versions: 0.22.0 Reporter: Todd Lipcon Assignee: Todd Lipcon Priority: Minor This is for HDFS-1028 but useful generally. String.split("/") for example is way slower than an implementation that is specific to only single-character separators. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.