Hi Nicolas,
Daniel Clemente writes:
>> Nicolas Goaziou writes:
>> > Now, synchronization happens lazily, which means the cache is only
>> > updated when and where needed, or during idle time. Therefore the cache
>> > mechanism scales a lot better.
>>
>
> I had been regularly tracking the per
> Nicolas Goaziou writes:
> > Now, synchronization happens lazily, which means the cache is only
> > updated when and where needed, or during idle time. Therefore the cache
> > mechanism scales a lot better.
>
I had been regularly tracking the performance of org-mode for big files, e.g.
a 18
Nicolas Richard writes:
> I'm sorry that this is only a "thank you" message (vs, e.g., actual work
> from me in the directions you suggest), it certainly deserves more than
> that, but I'd find it sad if it had no answer at all.
I guess most people are like me: there is so much to thank Nicolas
Hi Nicolas
On Wed, Feb 26, 2014 at 2:58 PM, Nicolas Goaziou wrote:
> It should be fixed. Thank you for reporting it.
Yes, thank you.
Michael
Hello,
Michael Brand writes:
> The related commit release_8.2.5h-642-geed0500
>
> commit eed0500913a3534a32abfd5864cf674d9d0cdf64
> Author: Nicolas Goaziou
> Date: Fri Jan 31 01:14:44 2014 +0100
>
> org-element: Implement lazy cache synchronization
>
> on master is a regre
Nicolas Goaziou writes:
> Now, synchronization happens lazily, which means the cache is only
> updated when and where needed, or during idle time. Therefore the cache
> mechanism scales a lot better.
This seems to be an awesome news ! I can hardly believe you manage to
find the time to do this.
Hi Nicolas
On Thu, Feb 20, 2014 at 11:08 PM, Nicolas Goaziou wrote:
> I just pushed an update for parser cache.
The related commit release_8.2.5h-642-geed0500
commit eed0500913a3534a32abfd5864cf674d9d0cdf64
Author: Nicolas Goaziou
Date: Fri Jan 31 01:14:44 2014 +0100
org
Hello,
I just pushed an update for parser cache.
Until then, synchronization was the weak spot of the cache mechanism, as
it happened in one row after each buffer change, with a linear
complexity by the number of elements in cache after point. In other
words, editing a very large buffer near its