Skip to content

Commit

Permalink
Add laste new feature to doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Oct 1, 2017
1 parent 61c22ea commit 6bb6130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ go get -u github.com/klauspost/reedsolomon

* [Cauchy Matrix](https://godoc.org/github.com/klauspost/reedsolomon#WithCauchyMatrix) is now an option. Thanks to [templexxx](https://github.com/templexxx) for the basis of this.
* Default maximum number of [goroutines](https://godoc.org/github.com/klauspost/reedsolomon#WithMaxGoroutines) has been increased for better multi-core scaling.
* After several requests the Reconstruct and ReconstructData now slices of zero length but sufficient capacityto be used instead of allocating new memory.

## August 26, 2017

Expand Down

0 comments on commit 6bb6130

Please sign in to comment.