first implementation but far to be optimal
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "obikseq"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bitvec = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion2 = { version = "3", features = ["cargo_bench_support"] }
|
||||
|
||||
[[bench]]
|
||||
name = "superkmer"
|
||||
harness = false
|
||||
Reference in New Issue
Block a user