]> git.lizzy.rs Git - rust.git/commit
Added a benchmark of bounded vs unbounded. Bounded is 8-12% faster. The macros curren...
authorEric Holk <eric.holk@gmail.com>
Tue, 24 Jul 2012 05:14:43 +0000 (22:14 -0700)
committerEric Holk <eric.holk@gmail.com>
Wed, 25 Jul 2012 19:12:25 +0000 (12:12 -0700)
commit35576168dc639c47c354615def5362c7a441de81
tree7f7903bb09aa7f0591d10d2509904aab58297c62
parent7f5f1f90a06961b769162c437681194900ef3b7e
Added a benchmark of bounded vs unbounded. Bounded is 8-12% faster. The macros currently don't work without pretty printing first.
src/libcore/pipes.rs
src/test/bench/pingpong.rs [new file with mode: 0644]