memx 0.1.6

memory functions like a libc memcmp(), memchr(), memmem(), memcpy(), memset()
Documentation

memx

memory functions like a libc memcmp(), memchr(), memmem(), memcpy(), memset()

Features

  • Rewriting with rust lang.
  • minimum support: rustc 1.41.1 (f3e1a954d 2020-02-24)

Todo

  • Support the zero overhead trait.
  • Support more fast routine on armv7-android
  • Support more fast routine on x86_64

Benchmark results

Changelogs

This crate's changelog here.

References