Explore tweets tagged as #rustseq
@nomad421 @pierre_marijon @rustseq The result will mostly be 1 simple streaming impl, and 1 fast SIMD buffered impl. I like @zommiommy's suggestion of putting the rest directly in benches/. That way it's not in the way of users, but easily accessible for testing (eg on different hardware)
1
0
2
@nomad421 @pierre_marijon it would be nice to have a good storyline for this for @rustseq crates, even if just for me
1
0
0
@Rutseq That's good, strong Rustseq .. but we aren't mutuals
0
0
0
@curious_coding @pierre_marijon @rustseq Is there a clear "winner" implementation? If so, I feel that's the only one that belongs in the lib. If there are different winners along different axes, fearure flags feel right. For historical but sub-optimal implementations, maybe a feature branch?
1
0
1
Excited to see this take off 🚀 !!!
Hello world! This is the official Twitter account for the rust-seq organization ( https://t.co/C7JOr0MBKq). Follow us to learn more about rust-seq and the use of Rust in sequence bioinformatics!
0
2
10
@curious_coding @nomad421 @rustseq @zommiommy I only kept the best version in lib/crates and the others in the benches folder. This is viable as long as there aren't too many or they aren't too long. But you could create a module to store alternatives and use an inline function and features to let the user choose version.
0
0
2