[go: up one dir, main page]

bytecount 0.1.4

count occurrences of a byte in a byte slice, fast
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Andre Bogus <bogusandre@gmail.de>", "Joshua Landau <joshua@landau.ws>"]
description = "count occurrences of a byte in a byte slice, fast"
name = "bytecount"
version = "0.1.4"
license = "Apache-2.0/MIT"
repository = "https://github.com/llogiq/bytecount"

[features]
avx-accel = ["simd-accel"]
simd-accel = ["simd"]

[dependencies]
simd = { version = "0.1.1", optional = true }

[dev-dependencies]
quickcheck = "0.3.1"
rand = "0.3.14"