Difference between revisions of "Template:Performance infobox"
From HaskellWiki
(Added some padding) |
|||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | {| style="margin: 0 0 1em 1em; border: 1px solid #aaaaaa;" align="right" cellpadding=0 cellspacing=0 |
||
+ | {| class="wikitable" align="right" style="margin:10px" |
||
|- |
|- |
||
− | | align="center" | [[Haskell Performance Resource]] |
+ | | style="padding: 1em 1em 0 1em;" align="center" | '''[[Performance|Haskell Performance Resource]]''' |
− | + | ''Constructs'':<br/>[[Performance/Data types | Data Types]] - [[Performance/Functions | Functions]]<br/>[[Performance/Overloading | Overloading]] - [[Performance/FFI | FFI]] - [[Performance/Arrays | Arrays]]<br/>[[Performance/Strings | Strings]] - [[Performance/Integers | Integers]] - [[Performance/IO | I/O ]]<br/>[[Performance/Floating point | Floating point]] - [[Performance/Concurrency | Concurrency]]<br/>[[Performance/Modules | Modules]] - [[Performance/Monads | Monads]] |
|
− | [[Performance:Data Types | Data Types]] - [[Performance:Functions | Functions]]<br/>[[Performance:Overloading | Overloading]] - [[Performance:FFI | FFI]] - [[Performance:Arrays | Arrays]]<br/>[[Performance:Strings | Strings]] - [[Performance:Integers | Integers]] - [[Performance:IO | I/O ]]<br/>[[Performance:Floating Point | Floating Point]] - [[Performance:Concurrency | Concurrency]]<br/>[[Performance:Modules | Modules]] |
||
⚫ | |||
+ | [[Performance/Accumulating parameter | Accumulating parameter ]] |
||
− | '''Techniques''' |
||
⚫ | |||
− | |||
⚫ | |||
− | |||
− | '''Implementation-Specific''' |
||
− | |||
⚫ | |||
|} |
|} |
Latest revision as of 12:50, 3 October 2010
Haskell Performance Resource
Constructs: Techniques: |