Skip to content

Commit

Permalink
nalgebra v0.16.12 -> 0.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Veniamin Ilmer committed Dec 30, 2018
1 parent 2f67cbe commit 259498d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crate-race"
version = "1.1.0"
version = "1.1.1"
authors = ["Veniamin Ilmer"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -31,7 +31,7 @@ json5 = "0.2.2"
json_in_type = "1.0.0"

#linear algebra
nalgebra = "0.16.12"
nalgebra = "0.16.13"
rulinalg = "0.4.2"
ndarray = "0.12.1"
cgmath = "0.16.1"
Expand Down
10 changes: 5 additions & 5 deletions benches/mathvector_dotproduct/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ Note - `cgmath` and `vek` doesn't allow to do more than 4 dimensions.
| --- | --- | --- | --- |
| **[vek](https://crates.io/crates/vek)** | *0* | - | - |
| **[cgmath](https://crates.io/crates/cgmath)** | 0 | - | - |
| **[rulinalg](https://crates.io/crates/rulinalg)** | 0.066 | *0.116* | *0.593* |
| **[ndarray](https://crates.io/crates/ndarray)** | 0.074 | 0.122 | 0.606 |
| **[nalgebra](https://crates.io/crates/nalgebra)** | 0.009 | 0.197 | 1.142 |
| **[rulinalg](https://crates.io/crates/rulinalg)** | 0.068 | *0.117* | *0.582* |
| **[ndarray](https://crates.io/crates/ndarray)** | 0.073 | 0.121 | 0.592 |
| **[nalgebra](https://crates.io/crates/nalgebra)** | 0.009 | 0.193 | 1.131 |

Speed units are in microseconds per iteration. Less is better.

## Crate versions

vek = "0.9.5" # Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
vek = "0.9.5" # Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.
cgmath = "0.16.1" # A linear algebra and mathematics library for computer graphics.
rulinalg = "0.4.2" # A linear algebra library.
ndarray = "0.12.1" # An n-dimensional array for general elements and for numerics. Lightweight array views and slicing…
nalgebra = "0.16.12" # Linear algebra library with transformations and statically-sized or dynamically-sized matrices.
nalgebra = "0.16.13" # Linear algebra library with transformations and statically-sized or dynamically-sized matrices.

Compiled on: `rustc 1.31.1 (b6c32da9b 2018-12-18)`
2 changes: 1 addition & 1 deletion crate_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ json_in_type,1.0.0,json_build
md-5,0.8.0,md5_hash
md5,0.6.1,md5_hash
memchr,2.1.2,string_findbyte
nalgebra,0.16.12,mathvector_dotproduct
nalgebra,0.16.13,mathvector_dotproduct
ndarray,0.12.1,mathvector_dotproduct
num_bigint,0.2.2,bigint_arithmetic,bigint_parsestr
numext-fixed-uint,0.1.2,bigint_arithmetic,bigint_parsestr
Expand Down

0 comments on commit 259498d

Please sign in to comment.