Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
A new list compaction method
Li K., Hudak P. Software--Practice & Experience16 (2):145-163,1986.Type:Article
Date Reviewed: Aug 1 1986

This paper presents a data compaction method for list processing languages, such as various dialects of LISP. The method is a generalization of MIT cdr-coding that uses linked vectors to represent lists. The major goal is to decrease storage requirements. The method’s behavior during LISP program runs was simulated, and in this environment it achieved its goal. With a vector length of one, this technique simulates cdr-coding; with increased vector lengths, substantial improvements over cdr-coding are realized. One open question concerns the optimum vector length for maximum average compaction. Other issues relating to implementation complexity are discussed, including encoding strategies, destructive functions, and garbage collection.

This is a well-organized and clear paper which should be of interest to implementors of list processing languages. Summaries of other compaction methods make it possible for the reader with a more casual interest to understand the significance of the work. The figures are especially helpful in illustrating the methods under discussion. I would recommend this paper to anyone with an interest in implementations of list processing languages.

Reviewer:  R. B. Pollack Review #: CR110576
Bookmark and Share
 
Linked Representations (E.2 ... )
 
 
Data Compaction And Compression (E.4 ... )
 
 
Lisp (D.3.2 ... )
 
 
Lists, Stacks, And Queues (E.1 ... )
 
 
Processors (D.3.4 )
 
 
Storage Management (D.4.2 )
 
Would you recommend this review?
yes
no
Other reviews under "Linked Representations": Date
Local Concurrent Error Detection and Correction in Data Structures Using Virtual Backpointers
Li C., Chen P., Fuchs W. IEEE Transactions on Computers 38(11): 1481-1492, 1989. Type: Article
Mar 1 1991

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy