X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Documentation%2Ftechnical%2Fdata_structures.txt;h=08dfc7ac0dbfb321eb1d8712b0ca9b792d1e75da;hp=4de83a77b44d377c7f1a82c25664c4a08a533237;hb=87678710135973f72722258e171fc00f85c86ec8;hpb=e5dbf0680cfbfa81bad38457c0430fd260dda682 diff --git a/Documentation/technical/data_structures.txt b/Documentation/technical/data_structures.txt index 4de83a77..08dfc7ac 100644 --- a/Documentation/technical/data_structures.txt +++ b/Documentation/technical/data_structures.txt @@ -47,7 +47,7 @@ Per-message classes Our PublicInbox::V2Writable class may have two objects of this type in memory at-a-time for deduplication. -* PublicInbox::SearchMsg - small message skeleton +* PublicInbox::Smsg - small message skeleton Used by: PublicInbox::{NNTP,WWW,SearchIdx} Common abbreviation: $smsg @@ -69,7 +69,7 @@ Per-message classes JWZ's algorithm: . This holds a $smsg and is only used for message threading. This wrapper class may go away in the future and handled - directly by PublicInbox::SearchMsg to save memory. + directly by PublicInbox::Smsg to save memory. As with $smsg objects, there may be hundreds or thousands of these objects in memory at-a-time.