pekko/akka-actor
Oliver Schulz ecef10eabc Added CompactByteString
* CompactByteString provides an instance of ByteString that is
  guaranteed to be compact and has performance-optimized element
  acces (since no range-checking is necessary)

* sealed abstract class ByteString, since the implementations of
  ByteString1 and ByteStings assume a fixed set of ByteString
  classes (in pattern matching).
2012-04-23 20:11:16 +02:00
..
src/main Added CompactByteString 2012-04-23 20:11:16 +02:00