Proceedings of the Third ACM Haskell Symposium on Haskell 2010
DOI: 10.1145/1863523.1863535
|View full text |Cite
|
Sign up to set email alerts
|

Seq no more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
72
0

Year Published

2012
2012
2020
2020

Publication Types

Select...
5
1

Relationship

2
4

Authors

Journals

citations
Cited by 99 publications
(72 citation statements)
references
References 17 publications
0
72
0
Order By: Relevance
“…After all, we divided the list in two, and we know the sample input has an even number of problems. The reason for the unevenness is that each problem does not take the same amount of time to solve, it all depends on the searching strategy used by the Sudoku solver 9 . This illustrates an important distinction between two partitioning strategies:…”
Section: Basic Parallelism: the Eval Monadmentioning
confidence: 99%
See 4 more Smart Citations
“…After all, we divided the list in two, and we know the sample input has an even number of problems. The reason for the unevenness is that each problem does not take the same amount of time to solve, it all depends on the searching strategy used by the Sudoku solver 9 . This illustrates an important distinction between two partitioning strategies:…”
Section: Basic Parallelism: the Eval Monadmentioning
confidence: 99%
“…Concurrent Haskell [11] is an extension to Haskell 2010 [9] adding support for explicitly threaded concurrent programming. The basic interface remains largely unchanged in its current implementation, although a number of embellishments have since been added, which we will cover in later sections:…”
Section: Concurrent Haskellmentioning
confidence: 99%
See 3 more Smart Citations