The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] C Btrees
@ 2023-06-24  2:33 Noel Hunt
  2023-06-24 12:49 ` [TUHS] " Douglas McIlroy
  0 siblings, 1 reply; 4+ messages in thread
From: Noel Hunt @ 2023-06-24  2:33 UTC (permalink / raw)
  To: The Unix Heritage Society

There is a little known suite of programs, written by Peter Weinberger,
found as 'btree', or 'cbt', in the archives for Eighth and Tenth
Edition.

The code in the Eighth Edition archive seems to be the earliest, and
has fewer utilities than available in the Tenth Edition code. A search
through files shows that it was used by 'road', 'weather' and
'apnews'.

There is an ms file, 'memo', describing the programs, amongst the code,
but an appendix seems to be missing. If anyone knows about this or
where it might be I'd like to get my hands on it.

'Memo' itself is interesting because it's the only troff document I've
seen amongst the reseach papers (excluding Christopher Van Wyk's own
paper of course) that uses 'ideal', in this case, for drawing a
picture depicting B-tree structure.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] Re: C Btrees
  2023-06-24  2:33 [TUHS] C Btrees Noel Hunt
@ 2023-06-24 12:49 ` Douglas McIlroy
  2023-06-25 21:11   ` Noel Hunt
  0 siblings, 1 reply; 4+ messages in thread
From: Douglas McIlroy @ 2023-06-24 12:49 UTC (permalink / raw)
  To: Noel Hunt; +Cc: The Unix Heritage Society

I used Ideal to make most of the figures in "Getting raster ellipses
right", the first paper in CSTR #155. That paper grew out of a simple
request from Rob Pike for an ellipse-drawing primitive for the Blit.

Doug

On Fri, Jun 23, 2023 at 10:34 PM Noel Hunt <noel.hunt@gmail.com> wrote:
>
> There is a little known suite of programs, written by Peter Weinberger,
> found as 'btree', or 'cbt', in the archives for Eighth and Tenth
> Edition.
>
> The code in the Eighth Edition archive seems to be the earliest, and
> has fewer utilities than available in the Tenth Edition code. A search
> through files shows that it was used by 'road', 'weather' and
> 'apnews'.
>
> There is an ms file, 'memo', describing the programs, amongst the code,
> but an appendix seems to be missing. If anyone knows about this or
> where it might be I'd like to get my hands on it.
>
> 'Memo' itself is interesting because it's the only troff document I've
> seen amongst the reseach papers (excluding Christopher Van Wyk's own
> paper of course) that uses 'ideal', in this case, for drawing a
> picture depicting B-tree structure.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] Re: C Btrees
  2023-06-24 12:49 ` [TUHS] " Douglas McIlroy
@ 2023-06-25 21:11   ` Noel Hunt
  2023-06-26  6:46     ` [TUHS] CSTRs [was Re: Re: C Btrees] arnold
  0 siblings, 1 reply; 4+ messages in thread
From: Noel Hunt @ 2023-06-25 21:11 UTC (permalink / raw)
  To: Douglas McIlroy; +Cc: The Unix Heritage Society

I see, thanks for that information. I was aware of that paper's
existence but I have never read it. I think it was on the old
Bell Labs website there was a collection of those CSTRs but
I can't seem to find them now.

On Sat, 24 Jun 2023 at 22:49, Douglas McIlroy
<douglas.mcilroy@dartmouth.edu> wrote:
>
> I used Ideal to make most of the figures in "Getting raster ellipses
> right", the first paper in CSTR #155. That paper grew out of a simple
> request from Rob Pike for an ellipse-drawing primitive for the Blit.
>
> Doug
>
> On Fri, Jun 23, 2023 at 10:34 PM Noel Hunt <noel.hunt@gmail.com> wrote:
> >
> > There is a little known suite of programs, written by Peter Weinberger,
> > found as 'btree', or 'cbt', in the archives for Eighth and Tenth
> > Edition.
> >
> > The code in the Eighth Edition archive seems to be the earliest, and
> > has fewer utilities than available in the Tenth Edition code. A search
> > through files shows that it was used by 'road', 'weather' and
> > 'apnews'.
> >
> > There is an ms file, 'memo', describing the programs, amongst the code,
> > but an appendix seems to be missing. If anyone knows about this or
> > where it might be I'd like to get my hands on it.
> >
> > 'Memo' itself is interesting because it's the only troff document I've
> > seen amongst the reseach papers (excluding Christopher Van Wyk's own
> > paper of course) that uses 'ideal', in this case, for drawing a
> > picture depicting B-tree structure.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] CSTRs [was Re: Re: C Btrees]
  2023-06-25 21:11   ` Noel Hunt
@ 2023-06-26  6:46     ` arnold
  0 siblings, 0 replies; 4+ messages in thread
From: arnold @ 2023-06-26  6:46 UTC (permalink / raw)
  To: noel.hunt, douglas.mcilroy; +Cc: tuhs

I have a bunch of the CSTRs that I downloaded back when they
were still there.

Warren -- do you want them for the archive?

Thanks,

Arnold

Noel Hunt <noel.hunt@gmail.com> wrote:

> I see, thanks for that information. I was aware of that paper's
> existence but I have never read it. I think it was on the old
> Bell Labs website there was a collection of those CSTRs but
> I can't seem to find them now.
>
> On Sat, 24 Jun 2023 at 22:49, Douglas McIlroy
> <douglas.mcilroy@dartmouth.edu> wrote:
> >
> > I used Ideal to make most of the figures in "Getting raster ellipses
> > right", the first paper in CSTR #155. That paper grew out of a simple
> > request from Rob Pike for an ellipse-drawing primitive for the Blit.
> >
> > Doug
> >
> > On Fri, Jun 23, 2023 at 10:34 PM Noel Hunt <noel.hunt@gmail.com> wrote:
> > >
> > > There is a little known suite of programs, written by Peter Weinberger,
> > > found as 'btree', or 'cbt', in the archives for Eighth and Tenth
> > > Edition.
> > >
> > > The code in the Eighth Edition archive seems to be the earliest, and
> > > has fewer utilities than available in the Tenth Edition code. A search
> > > through files shows that it was used by 'road', 'weather' and
> > > 'apnews'.
> > >
> > > There is an ms file, 'memo', describing the programs, amongst the code,
> > > but an appendix seems to be missing. If anyone knows about this or
> > > where it might be I'd like to get my hands on it.
> > >
> > > 'Memo' itself is interesting because it's the only troff document I've
> > > seen amongst the reseach papers (excluding Christopher Van Wyk's own
> > > paper of course) that uses 'ideal', in this case, for drawing a
> > > picture depicting B-tree structure.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-26  6:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24  2:33 [TUHS] C Btrees Noel Hunt
2023-06-24 12:49 ` [TUHS] " Douglas McIlroy
2023-06-25 21:11   ` Noel Hunt
2023-06-26  6:46     ` [TUHS] CSTRs [was Re: Re: C Btrees] arnold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).