A method for overlapping and erasure of lists
暂无分享,去创建一个
An important property of the Newell Shaw-Simon scheme for computer storage of lists is that data having multiple occurrences need not be stored at more than one place in the computer. That is, lists may be “overlapped.” Unfortunately, overlapping poses a problem for subsequent erasure. Given a list that is no longer needed, it is desired to erase just those parts that do not overlap other lists. In LISP, McCarthy employs an elegant but inefficient solution to the problem. The present paper describes a general method which enables efficient erasure. The method employs interspersed reference counts to describe the extent of the overlapping.
[1] H. Gelernter,et al. A Fortran-Compiled List-Processing Language , 1960, JACM.
[2] John McCarthy,et al. Recursive functions of symbolic expressions and their computation by machine, Part I , 1960, Commun. ACM.
[3] A. Tarski. A Decision Method for Elementary Algebra and Geometry , 2023 .
[4] H. Gelernter,et al. A FORTRAN-compiled list-processing language , 1959, ACM '59.