Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Compressed suffix array
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Compressed_suffix_array
http://dbpedia.org/ontology/abstract In computer science, a compressed suffix aIn computer science, a compressed suffix array is a compressed data structure for pattern matching. Compressed suffix arrays are a general class of data structure that improve on the suffix array. These data structures enable quick search for an arbitrary string with a comparatively small index. Given a text T of n characters from an alphabet Σ, a compressed suffix array supports searching for arbitrary patterns in T. For an input pattern P of m characters, the search time is typically O(m) or O(m + log(n)). The space used is typically , where is the k-th order empirical entropy of the text T. The time and space to construct a compressed suffix array are normally . The original instantiation of the compressed suffix array solved a long-standing open problem by showing that fast pattern matching was possible using only a linear-space data structure, namely, one proportional to the size of the text T, which takes bits. The conventional suffix array and suffix tree use bits, which is substantially larger. The basis for the data structure is a recursive decomposition using the "neighbor function," which allows a suffix array to be represented by one of half its length. The construction is repeated multiple times until the resulting suffix array uses a linear number of bits. Following work showed that the actual storage space was related to the zeroth-order entropy and that the index supports self-indexing. The space bound was further improved achieving the ultimate goal of higher-order entropy; the compression is obtained by partitioning the neighbor function by high-order contexts, and compressing each partition with a wavelet tree. The space usage is extremely competitive in practice with other state-of-the-art compressors, and it also supports fast pattern matching. The memory accesses made by compressed suffix arrays and other compressed data structures for pattern matching are typically not localized, and thus these data structures have been notoriously hard to design efficiently for use in external memory. Recent progress using geometric duality takes advantage of the block access provided by disks to speed up the I/O time significantly In addition, potentially practical search performance for a compressed suffix array in external-memory has been demonstrated. in external-memory has been demonstrated.
http://dbpedia.org/ontology/wikiPageExternalLink http://bowtie-bio.sourceforge.net/bowtie2/index.shtml + , https://github.com/simongog/sdsl-lite + , https://github.com/femto-dev/femto + , http://bowtie-bio.sourceforge.net/index.shtml + , https://web.archive.org/web/20120329222807/http:/pizzachili.di.unipi.it/indexes.html +
http://dbpedia.org/ontology/wikiPageID 25296445
http://dbpedia.org/ontology/wikiPageLength 5648
http://dbpedia.org/ontology/wikiPageRevisionID 1093705380
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Compressed_data_structure + , http://dbpedia.org/resource/Category:Database_index_techniques + , http://dbpedia.org/resource/Computer_science + , http://dbpedia.org/resource/Data_structure + , http://dbpedia.org/resource/Suffix_Array + , http://dbpedia.org/resource/Suffix_array + , http://dbpedia.org/resource/Sequence_alignment + , http://dbpedia.org/resource/Entropy_%28information_theory%29 + , http://dbpedia.org/resource/FM-index + , http://dbpedia.org/resource/Auxiliary_memory + , http://dbpedia.org/resource/Pattern_matching + , http://dbpedia.org/resource/Category:Substring_indices + , http://dbpedia.org/resource/Wavelet_Tree + , http://dbpedia.org/resource/String_%28computer_science%29 + , http://dbpedia.org/resource/Category:String_data_structures + , http://dbpedia.org/resource/Bioinformatics +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Tmath + , http://dbpedia.org/resource/Template:Short_description +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:String_data_structures + , http://dbpedia.org/resource/Category:Substring_indices + , http://dbpedia.org/resource/Category:Database_index_techniques +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Compressed_suffix_array?oldid=1093705380&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Compressed_suffix_array +
owl:sameAs http://yago-knowledge.org/resource/Compressed_suffix_array + , https://global.dbpedia.org/id/4iEWA + , http://rdf.freebase.com/ns/m.09glhrq + , http://dbpedia.org/resource/Compressed_suffix_array + , http://www.wikidata.org/entity/Q5157028 + , http://sr.dbpedia.org/resource/%D0%9A%D0%BE%D0%BC%D0%BF%D1%80%D0%B8%D0%BC%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8_%D1%81%D1%83%D1%84%D0%B8%D0%BA%D1%81_%D0%BD%D0%B8%D0%B7%D0%B0 +
rdf:type http://dbpedia.org/class/yago/Cognition100023271 + , http://dbpedia.org/class/yago/Index113851067 + , http://dbpedia.org/class/yago/PsychologicalFeature100023100 + , http://dbpedia.org/class/yago/WikicatSubstringIndices + , http://dbpedia.org/class/yago/Ability105616246 + , http://dbpedia.org/class/yago/WikicatStringDataStructures + , http://dbpedia.org/class/yago/Arrangement105726596 + , http://dbpedia.org/class/yago/Know-how105616786 + , http://dbpedia.org/class/yago/WikicatDatabaseIndexTechniques + , http://dbpedia.org/class/yago/SystemOfMeasurement113577171 + , http://dbpedia.org/class/yago/Measure100033615 + , http://dbpedia.org/class/yago/Method105660268 + , http://dbpedia.org/class/yago/Abstraction100002137 + , http://dbpedia.org/class/yago/Technique105665146 + , http://dbpedia.org/class/yago/Standard107260623 + , http://dbpedia.org/class/yago/Structure105726345 + , http://dbpedia.org/class/yago/DataStructure105728493 + , http://dbpedia.org/class/yago/Scale113850304 +
rdfs:comment In computer science, a compressed suffix aIn computer science, a compressed suffix array is a compressed data structure for pattern matching. Compressed suffix arrays are a general class of data structure that improve on the suffix array. These data structures enable quick search for an arbitrary string with a comparatively small index.y string with a comparatively small index.
rdfs:label Compressed suffix array
hide properties that link here 
http://dbpedia.org/resource/Compressed_Suffix_Array + http://dbpedia.org/ontology/wikiPageRedirects
http://dbpedia.org/resource/Substring_index + , http://dbpedia.org/resource/Compressed_Suffix_Array + , http://dbpedia.org/resource/Wavelet_Tree + , http://dbpedia.org/resource/List_of_data_structures + , http://dbpedia.org/resource/Suffix_array + , http://dbpedia.org/resource/Compressed_data_structure + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Compressed_suffix_array + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Compressed_suffix_array + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.