mirror of
https://github.com/ekmett/speculation.git
synced 2024-11-22 18:32:22 +03:00
add an HLint configuration
This commit is contained in:
parent
a7d55d07cb
commit
b6bc73cc89
@ -65,7 +65,7 @@ description:
|
||||
.
|
||||
'specSTM' provides a similar time table for STM actions, but also rolls back side-effects. The one unfortunate operational distinction is that it is forced to compute 'a' in the background thread and therefore degrades slightly less gracefully under load, although we mitigate this effect by only enqueuing if the number of sparks for the current capability is lower than the total number of capabilities, to try to avoid wasting time when all computational resources are in use.
|
||||
|
||||
extra-source-files: README.markdown CHANGELOG.markdown ISSUES.markdown .travis.yml
|
||||
extra-source-files: README.markdown CHANGELOG.markdown ISSUES.markdown .travis.yml HLint.hs
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
Loading…
Reference in New Issue
Block a user