Sciweavers

PPPJ
2003
ACM

Rethinking Java strings

13 years 9 months ago
Rethinking Java strings
The Java string classes, String and StringBuffer, lie at the extremes of a spectrum (immutable, reference-based and mutable, content-based). Motivated by data-intensive text applications, we propose a new string class, MutableString, which tries to embody the best of both approaches.1
Paolo Boldi, Sebastiano Vigna
Added 05 Jul 2010
Updated 05 Jul 2010
Type Conference
Year 2003
Where PPPJ
Authors Paolo Boldi, Sebastiano Vigna
Comments (0)