hashids.cr v0.2.0 Release Notes

Release Date: 2017-01-09 // about 7 years ago
  • โž• Added

    • โš™ Run benchmarks with make benchmarks

    ๐Ÿ”„ Changed

    • ๐Ÿ— Perf: Use String::Builder + reverse
    • Perf: Use more idiomatic (and faster) Crystal in decode_hex
    • Perf: Create regexps for guards and seps only once
    • Perf: Speed up shuffling by 9x
    • Pass a block to times