Extracted from Pike v7.6 release 93 at 2006-10-04.
pike.ida.liu.se
[Top]
7.2::
String
String.String_buffer

Class String.String_buffer

Description

A helper class to optimize iterative string build-up for speed. Can help up performance noticably when dealing with buildup of huge strings by reducing the time needed for rehashing the string every time it grows.

Deprecated