From: Chris Morgan Date: Sat, 11 Jun 2016 03:30:33 +0000 (+1000) Subject: Put in a bunch of #[inline] attributes on fns. X-Git-Tag: 0.12.1~2 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/b549457d628fb178f6d700d85800f3ab63482d63?hp=b549457d628fb178f6d700d85800f3ab63482d63 Put in a bunch of #[inline] attributes on fns. Somewhere along the path I didn’t mark some functions as `#[inline]` which they should probably be. Small but visible benchmark improvements, but within ε so low confidence. ---