travisg / stringtest

Utilities to test and benchmark common string routines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stringtest

A test harness to validate and benchmark some common string routines for various architectures.

Currently implemented for memset and memcpy for x86 and RISC-V.

See --help for usage.

About

Utilities to test and benchmark common string routines

License:MIT License


Languages

Language:C 54.0%Language:Assembly 39.6%Language:Makefile 6.4%