کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
515862 867124 2014 12 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
On the compression of search trees
ترجمه فارسی عنوان
در فشرده سازی درخت های جستجو
کلمات کلیدی
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر نرم افزارهای علوم کامپیوتر
چکیده انگلیسی


• Space-efficient representation for non-decreasing sequences of integers.
• Efficient support for random access and searches.
• Proved performance in main and secondary memory.
• Results competitive with the state of the art.
• Applications to several domains: posting lists, sparse bitmaps, geographic data, etc.

Let X=x1,x2,…,xnX=x1,x2,…,xn be a sequence of non-decreasing integer values. Storing a compressed representation of X that supports access and search is a problem that occurs in many domains. The most common solution to this problem uses a linear list and encodes the differences between consecutive values with encodings that favor small numbers. This solution includes additional information (i.e. samples) to support efficient searching on the encoded values. We introduce a completely different alternative that achieves compression by encoding the differences in a search tree. Our proposal has many applications, such as the representation of posting lists, geographic data, sparse bitmaps, and compressed suffix arrays, to name just a few. The structure is practical and we provide an experimental evaluation to show that it is competitive with the existing techniques.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Information Processing & Management - Volume 50, Issue 2, March 2014, Pages 272–283
نویسندگان
, , ,