[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Overlays as an AA-tree
From: |
Joakim Jalap |
Subject: |
Re: Overlays as an AA-tree |
Date: |
Tue, 22 Nov 2016 09:09:27 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (berkeley-unix) |
Clément Pit--Claudel <address@hidden> writes:
> Hey Joakim,
Hello!
> I hope you'll get around to finish this implementation, and I hope
> it'll get merged :) Many packages could benefit immensely from an
> efficient overlay implementation.
Oh, I'm chugging along, actually, albeit very slowly... I've been
working out bugs here and there, and now it's at a state where I think
it kinda works. Which means I can open a magit buffer and expand and
collapse diffs and so on and it looks mostly right.
I still have a few functions to implement, like concatenating overlay
strings and some other things. Right now I'm pondering if the which
overlays should be included when we run the overlay-modification
hooks...
Then there's a lot of cleanup of the code to be done, and changing stuff
to use SAFE_ALLOCA and things like that.
But I hope that in a few weeks or so I can publish it somewhere so you
can try it out :)
> Cheers,
> Clément.
Thanks for the encouragement! :)
-- Joakim
- Re: Overlays as an AA-tree, Clément Pit--Claudel, 2016/11/21
- Re: Overlays as an AA-tree,
Joakim Jalap <=
- Re: Overlays as an AA-tree, Stefan Monnier, 2016/11/22
- Re: Overlays as an AA-tree, Clément Pit--Claudel, 2016/11/22
- Re: Overlays as an AA-tree, Evgeny Roubinchtein, 2016/11/22
- Re: Overlays as an AA-tree, Joakim Jalap, 2016/11/23
- Re: Overlays as an AA-tree, Eli Zaretskii, 2016/11/23
- Re: Overlays as an AA-tree, Stefan Monnier, 2016/11/23
- Re: Overlays as an AA-tree, Evgeny Roubinchtein, 2016/11/24
- Re: Overlays as an AA-tree, Joakim Jalap, 2016/11/23