Are there no utilties for working with CharSequence objects? If anyone knows of any good, open-source CharSequences utilities, please let me know.
CharSequences are really nice for high performance computing. They provide a convenient methodology for moving chunks of data around without having to make copies of the data. It would be nice [...]