If the string stuff is reorganized, would it make sense to have some base class that implements a non-shared (perhaps even mutable) string, and have the vanilla pike string type inherit that and do the sharing stuff?
/ Niels Möller ()
Previous text:
2003-01-30 17:20: Subject: Re: OpenSSL wrapper vs Pike's SSL (Was: Bz2)
You could even reuse the struct pike_string, but you have to look out for places that push it, or do anything with refs.
/ Per Hedbor ()