Proceedings of the 2007 International Workshop on Parallel Symbolic Computation 2007
DOI: 10.1145/1278177.1278190
|View full text |Cite
|
Sign up to set email alerts
|

A comparative analysis of parallel disk-based Methods for enumerating implicit graphs

Abstract: It is only in the last five years that researchers have begun to use disk-based search techniques on a large scale. The primary examples of its use come from symbolic algebra and from artificial intelligence. In the field of parallel search, disk-based search has been forced on researchers because the historical growth in the amount of RAM per CPU core has now stopped. Indeed, the current trend toward multi-core CPUs now threatens to take us backwards.This article makes an original contribution to the design o… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

2008
2008
2012
2012

Publication Types

Select...
3
2

Relationship

3
2

Authors

Journals

citations
Cited by 5 publications
(5 citation statements)
references
References 14 publications
0
5
0
Order By: Relevance
“…Using the same approach for an out-of-core implementation is impractical, because depth-first search (DFS) relies heavily on random data access. It is well-known that streaming access should be used in a disk-based implementation instead of random access [25].…”
Section: A General Methods For Migrating Recursive Algorithms From Thementioning
confidence: 99%
See 2 more Smart Citations
“…Using the same approach for an out-of-core implementation is impractical, because depth-first search (DFS) relies heavily on random data access. It is well-known that streaming access should be used in a disk-based implementation instead of random access [25].…”
Section: A General Methods For Migrating Recursive Algorithms From Thementioning
confidence: 99%
“…An important part of many symbolic computations is working with very large graph-like data structures, that only fit on parallel disks: groups [25], binary decision diagrams [19] and others. Very large finite state automata are useful in many areas, within symbolic computations and outside of it, as discussed in Section 3.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…For lower-level memory data, some of the main ideas of disk-based computing [14,16] have been used successfully in recent years to solve or make progress on important problems in computational group theory [9,10,14,15], where the size of the data is too large for one RAM subsystem or even the aggregate RAM of a cluster.…”
Section: Related Workmentioning
confidence: 99%
“…Our team is now searching for an organizing principle that will allow for the construction of a software library or language extension that does for disk-based computation what numerical libraries have done for numerical analysis. As an initial step, we have begun a comparative analysis of eight different techniques for disk-based enumeration [2]. This analysis is based on the methods we used for Rubik's Cube, along with our solutions to several model problems in computational group theory.…”
Section: Organizing Principlementioning
confidence: 99%