From: Waylan L. <wa...@gm...> - 2008-10-22 18:37:50
|
On Wed, Oct 22, 2008 at 12:53 PM, Yuri Takhteyev <qar...@gm...> wrote: >> Personally, I'd prefer dropping Treap for an OrderedDict. odict [1] > > We can definitely think about this. I'll have to read up on odict to > see if it does everything that we need. Of top of my head, though, > odict 1400 lines, too big to just include in our code, so we would > have to worry about an extra dependency. But let's think about this. > Perhaps we should look at more options too. > Actually that file has more than one implementation. We'd only need the one which we could include and modify within markdown.py. Or we could do the same with Django's, or any other BSD licensed implementation. On Wed, Oct 22, 2008 at 1:22 PM, <ne...@gm...> wrote: > We can extend it to do insert not only by index but by keynames too. That's exactly what I had in mind, regardless of which implementation we start with. -- ---- Waylan Limberg wa...@gm... |