Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • main default
  • v0.9.1
  • v0.9.0-post2
  • v0.9.0-post1
  • v0.9.0
  • v0.8.0
  • v0.7.3
  • v0.7.2
  • v0.7.1
  • v0.7.0
  • v0.6.0
  • v0.5.1
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.1
  • v0.1.0
18 results
Created with Raphaël 2.2.025Jun2421201917161514138May12Mar11109828Jan15Dec141312112Nov31Aug30109731Jul281828Jun272625201619May17161716151110986432130Apr2928Cache Q-values buffer in `TfmPvalue` structureAdd benchmark for the `Maximum::max` pipeline operationUpdate `Avx2::argmax_u8` to use a single comparisonAdd dedicated `Maximum::<f32, _>::max` implementation for AVX2Add naive baseline implementation to `dna.rs` benchmark in `lightmotif-bench`Fix `u8` benches speed in `threshold.rs` benchmarkAdd dedicated `Maximum::<u8, _>::max` implementation for AVX2Reorganize all benchmarks in `lightmotif` crateFirst check if block maximum is high enough before running `Pipeline::threshold` in `Scanner`Refactor `dna.rs` code in `lightmotif-bench`Add tests to ensure `Maximum::argmax` works as expected for all implementationsFix SSE2 and AVX2 implementations of `argmax` not returning the last indexClean code in NEON platform implementationAdd tests for NEON implementation of `Score<u8>`Rename unit tests in `lightmotif` for consistencyFix unused imports in `lightmotif::pli` and reorganize unit testsAdd SSE2 implementation of the `Encode` pipeline operationFix AVX2 implementation of `Maximum::argmax`Add unit tests for `lightmotif::scan::Scanner`Implement `Score<u8, Dna>` for the NEON platformFix issues with NEON code in pipeline and testsReorganise code for benchmarksFix build of platform specific code on Arm platformsImplement `Score<u8, Dna>` for the AVX2 platformReorganize tests in `lightmotif` crateReorganize tests for `Stripe` implementationsAdd AVX2 implementation of `Score<u8>` operationAvoid using option type in default `Maximum::argmax` implementationMake `Score` pipeline trait generic over the score typeMake `Maximum` and `Threshold` pipeline traits generic over the element typeMake `StripedScores` generic over the score typeMake `lightmotif::scores::Scores` generic over the element typeUse marker trait for `DiscreteMatrix` element typesAdd `DiscreteMatrix` type to `lightmotif::pwm`Cache the `Pipeline` used in `lightmotif::scan::Scanner`Fix requirement for `Debug` element in `Clone` implementation of `DenseMatrix`Release v0.7.3v0.7.3v0.7.3Add documentation to the `transfac` module of `lightmotif-io`Use `Error::source` instead of `Error::cause` in `lightmotif-io`Improve `lightmotif-io` error type with `Arc` for internal errors and support for `Clone`
Loading