algs 0.1.2

Solutions for various algorithms, made as generic as possible
Documentation
  • Coverage
  • 18.52%
    5 out of 27 items documented2 out of 8 items with examples
  • Size
  • Source code size: 41.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jackos/algs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jackos

Algs

These are the results of going through various challenges and solutions to find the fastest and most concise algorithms. It is structured by data type so you can use the algs like:

let x = algs::int::reverse(255515);

This project is in very early state so it's bare at the moment, but it will include benchmarks, descriptions about how the algorithms work with many tests, so that over time it can grow to a useful library for very fast implementations of a wide array of useful algorithms.

All pull requests welcome.