num-traits/src
Josh Stone 22ff3f918d bigint: improve from_str_radix performance
Before:
    test from_str_radix_02 ... bench:       8,432 ns/iter (+/- 280)
    test from_str_radix_08 ... bench:       7,397 ns/iter (+/- 95)
    test from_str_radix_10 ... bench:       7,344 ns/iter (+/- 142)
    test from_str_radix_16 ... bench:       6,753 ns/iter (+/- 157)
    test from_str_radix_36 ... bench:       7,093 ns/iter (+/- 60)

After:
    test from_str_radix_02 ... bench:       3,295 ns/iter (+/- 81)
    test from_str_radix_08 ... bench:       1,377 ns/iter (+/- 56)
    test from_str_radix_10 ... bench:       1,583 ns/iter (+/- 16)
    test from_str_radix_16 ... bench:       1,483 ns/iter (+/- 53)
    test from_str_radix_36 ... bench:       1,628 ns/iter (+/- 27)
2015-12-15 21:59:51 -08:00
..
bigint.rs bigint: improve from_str_radix performance 2015-12-15 21:59:51 -08:00
complex.rs complex: forward ops to val-val 2015-11-16 10:10:59 -08:00
integer.rs integer: expand tests for gcd min_value() 2015-10-30 00:40:21 -07:00
iter.rs Update to 1.0.0-beta (stable only) 2015-04-03 10:17:39 -07:00
lib.rs Update intros to better reflect the breadth of num 2015-11-21 16:39:00 -08:00
rational.rs Check for zero denominator when parsing Ratio 2015-10-16 13:10:16 -07:00
traits.rs Added Sized trait bound for traits that requite it 2015-08-19 19:11:55 +02:00