[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pushing the `gnus-range-*' functions down into the C layer
From: |
Daniel Pittman |
Subject: |
Re: Pushing the `gnus-range-*' functions down into the C layer |
Date: |
Sat, 11 Sep 2010 13:18:15 +1000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Lars Magne Ingebrigtsen <address@hidden> writes:
> Stefan Monnier <address@hidden> writes:
[...]
>> What algorithms do you use there? These should be O(n), right? What do
>> you know about the usual shape of your data? E.g. what's the expected
>> difference between the smallest and the largest element (if it's not too
>> large, we could store them in bitvectors and then provide bitwise or/and on
>> bitvectors)?
>
> It varies a bit. The "read" range is usually on the form `(1 . 24254214)',
> and this is (of course) never uncompressed. But you'd usually have
> additional ranges for, say, ticked, and these would be quite sparse, like
> `(45 (90 . 96) (200 . 259))' Or something like that.
Oh, wouldn't it be lovely if there were all so polite. One of the problems my
IMAP server delivers is that I get this data for long-lived folders with
sparse email as is available here — because it is 8K in size.
http://daniel.rimspace.net/gnus.el
This is the nice version, incidentally, where I use a copy of the source into
Dovecot because it returns a nicer set of UID values. The original spaces,
for me, many email UIDs by ~ 100, ensuring that there are *no* contiguous
numbers available in the sparse set that Gnus is working with.
(It also leads to mailboxes with ~ 1000 numbered items across a range from 1
through 750,000 or so.)
Daniel
--
✣ Daniel Pittman ✉ address@hidden ☎ +61 401 155 707
♽ made with 100 percent post-consumer electrons
- Re: rfc2047-decode-string in C?, (continued)
- Re: Pushing the `gnus-range-*' functions down into the C layer, joakim, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Stefan Monnier, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Ted Zlatanov, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer, Stefan Monnier, 2010/09/11
- Re: Pushing the `gnus-range-*' functions down into the C layer, Lars Magne Ingebrigtsen, 2010/09/10
- Re: Pushing the `gnus-range-*' functions down into the C layer,
Daniel Pittman <=