Ports Search

Results 1,1111,120 of 5,623 for /devel/.(0.002 seconds)
devel/Hmisc-3.10.1 (Score: 0.032514982)
Harrell Miscellaneous functions useful for data analysis
The Hmisc library contains many functions useful for data analysis, high-level graphics, utility operations, functions for computing sample size and power, importing datasets, imputing missing values, advanced table making, variable clustering, character string manipulation, conversion of S objects to LaTeX code, and recoding variables.
devel/text-1.2.1.3 (Score: 0.032514982)
Efficient packed Unicode text type
An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework. The Text type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed. The Text type provides character-encoding, type-safe case conversion via whole-string case conversion functions. It also provides a range of functions for converting Text values to and from ByteStrings, using several standard encodings. Efficient locale-sensitive support for text IO is also supported.
devel/tf-random-0.5 (Score: 0.032514982)
High-quality splittable pseudorandom number generator
This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher.
devel/threads-0.5.1.3 (Score: 0.032514982)
Fork threads and wait for their result
This package provides functions to fork threads and wait for their result, whether it's an exception or a normal value. Besides waiting for the termination of a single thread this packages also provides functions to wait for a group of threads to terminate. This package is similar to the "threadmanager", "async" and "spawn" packages. The advantages of this package are: * Simpler API. * More efficient in both space and time. * No space-leak when forking a large number of threads. * Correct handling of asynchronous exceptions. * GHC specific functionality like `forkOn` and `forkIOWithUnmask`.
devel/threadscope-0.2.7 (Score: 0.032514982)
Graphical tool for profiling parallel Haskell programs
ThreadScope is a graphical viewer for thread profile information generated by the Glasgow Haskell Compiler (GHC). The ThreadScope program allows us to debug the parallel performance of Haskell programs. Using Threadscope we can check to see that work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing.
devel/time-compat-0.1.0.3 (Score: 0.032514982)
Compatibility with old-time for the time package
Compatibility with the old-time package for the "new" time package.
devel/time-locale-compat-0.1.1.0 (Score: 0.032514982)
Compatibility of TimeLocale between old-locale and time-1.5
This package contains wrapped name module for TimeLocale.
devel/timezone-olson-0.1.7 (Score: 0.032514982)
Pure Haskell parser and renderer for binary Olson timezone files
A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) man page on Unix-like systems.
devel/timezone-series-0.1.5.1 (Score: 0.032514982)
Enhanced timezone handling for Data.Time
This package endows Data.Time, from the time package, with several data types and functions for enhanced processing of timezones.
devel/transformers-base-0.4.4 (Score: 0.032514982)
Lift computations from the bottom of a transformer stack
This package provides a straightforward port of monadLib's BaseM type class to transformers.