diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-11 00:02:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:55 +0700 |
commit | 123ebd18f188a5bcdab697543c0b0231b211f3ef (patch) | |
tree | 5eeaf9093abcd88f0c92b0b2a746473086ec0c78 /haskell/haskell-unordered-containers/slack-desc | |
parent | 395ab0ae292f7f348f862be841e18506fc462b43 (diff) |
haskell/haskell-unordered-containers: Added (efficient hash-based container types).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-unordered-containers/slack-desc')
-rw-r--r-- | haskell/haskell-unordered-containers/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-unordered-containers/slack-desc b/haskell/haskell-unordered-containers/slack-desc new file mode 100644 index 0000000000000..eeed75f0d94e2 --- /dev/null +++ b/haskell/haskell-unordered-containers/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-unordered-containers: haskell-unordered-containers (Efficient hash-based container types) +haskell-unordered-containers: +haskell-unordered-containers: Efficient hashing-based container types. The containers have been +haskell-unordered-containers: optimized for performance critical use, both in terms of large data +haskell-unordered-containers: quantities and high speed. +haskell-unordered-containers: +haskell-unordered-containers: +haskell-unordered-containers: +haskell-unordered-containers: +haskell-unordered-containers: +haskell-unordered-containers: |