On Tue, Mar 24, 2015 at 1:14 PM, Xinchen Hui wrote:
> Hey:
>
> On Tue, Mar 24, 2015 at 2:04 PM, Pierre Joye wrote:
>> On Tue, Mar 24, 2015 at 1:01 PM, Xinchen Hui wrote:
>>> Hey:
>>>
>>> On Tue, Mar 24, 2015 at 1:54 PM, Pierre Joye wrote:
On Tue, Mar 24, 2015 at 12:35 PM, Xinchen Hui wrot
On 03/23/2015 11:14 PM, Xinchen Hui wrote:
>>> from user land. this won't change anything..
>>
>> Nothing to do with userland or not but code stabilization
> In that case, yeah. you might be right.
>
> but from my opinion, simpler always means easier for maintaining
>
> anyway, I hope this
Hey:
On Tue, Mar 24, 2015 at 2:04 PM, Pierre Joye wrote:
> On Tue, Mar 24, 2015 at 1:01 PM, Xinchen Hui wrote:
>> Hey:
>>
>> On Tue, Mar 24, 2015 at 1:54 PM, Pierre Joye wrote:
>>> On Tue, Mar 24, 2015 at 12:35 PM, Xinchen Hui wrote:
Hey:
On Tue, Mar 24, 2015 at 1:31 PM, Pierre
On Tue, Mar 24, 2015 at 1:01 PM, Xinchen Hui wrote:
> Hey:
>
> On Tue, Mar 24, 2015 at 1:54 PM, Pierre Joye wrote:
>> On Tue, Mar 24, 2015 at 12:35 PM, Xinchen Hui wrote:
>>> Hey:
>>>
>>> On Tue, Mar 24, 2015 at 1:31 PM, Pierre Joye wrote:
hi!
On Tue, Mar 24, 2015 at 5:41 AM, Dmi
Hey:
On Tue, Mar 24, 2015 at 1:54 PM, Pierre Joye wrote:
> On Tue, Mar 24, 2015 at 12:35 PM, Xinchen Hui wrote:
>> Hey:
>>
>> On Tue, Mar 24, 2015 at 1:31 PM, Pierre Joye wrote:
>>> hi!
>>>
>>> On Tue, Mar 24, 2015 at 5:41 AM, Dmitry Stogov wrote:
Hi,
Recently, Xinchen and me wo
On Tue, Mar 24, 2015 at 12:35 PM, Xinchen Hui wrote:
> Hey:
>
> On Tue, Mar 24, 2015 at 1:31 PM, Pierre Joye wrote:
>> hi!
>>
>> On Tue, Mar 24, 2015 at 5:41 AM, Dmitry Stogov wrote:
>>> Hi,
>>>
>>> Recently, Xinchen and me worked on optimization that eliminates useless
>>> reallocations and cop
Hey:
On Tue, Mar 24, 2015 at 1:31 PM, Pierre Joye wrote:
> hi!
>
> On Tue, Mar 24, 2015 at 5:41 AM, Dmitry Stogov wrote:
>> Hi,
>>
>> Recently, Xinchen and me worked on optimization that eliminates useless
>> reallocations and copying during string concatenation (ZEND_ADD_STRING and
>> family +
hi!
On Tue, Mar 24, 2015 at 5:41 AM, Dmitry Stogov wrote:
> Hi,
>
> Recently, Xinchen and me worked on optimization that eliminates useless
> reallocations and copying during string concatenation (ZEND_ADD_STRING and
> family + ZEND_CONCAT).
>
> The idea comes from ropes, but adopted especially f
Hi,
Recently, Xinchen and me worked on optimization that eliminates useless
reallocations and copying during string concatenation (ZEND_ADD_STRING and
family + ZEND_CONCAT).
The idea comes from ropes, but adopted especially for our needs.
Rope is popular data structure in languages with immutable