File: Changelog

package info (click to toggle)
haskell-vector 0.6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 632 kB
  • ctags: 20
  • sloc: haskell: 7,341; ansic: 23; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Changes 0.6 - 0.6.0.1

  * Improved documentation

Changes 0.5 - 0.6

  * More efficient representation of Storable vectors

  * Block copy operations used when possible

  * Typeable and Data instances

  * Monadic combinators (replicateM, mapM etc.)

  * Better support for recycling (see create and modify)

  * Performance improvements

Changes 0.4.2 - 0.5

  * Unboxed vectors of primitive types and tuples.

  * Redesigned interface between mutable and immutable vectors. It now
  includes the popular unsafeFreeze primitive.

  * Many new combinators.

  * Significant performance improvements. Unboxed vectors are usually faster
  than primitive unboxed DPH arrays.